Creato form per Clienti/Prospect

This commit is contained in:
2025-07-08 15:33:33 +02:00
parent bf2e1b65f0
commit 65e48777e6
8 changed files with 272 additions and 10 deletions

View File

@@ -339,10 +339,10 @@
{
OnAfterChangeValue();
// var result = await ConfirmMemo.ShowAsync();
var result = await ConfirmMemo.ShowAsync();
// if (result is true)
// OpenAddMemo = !OpenAddMemo;
if (result is true)
OpenAddMemo = !OpenAddMemo;
}
private void OpenSelectEsito()