Esempio n. 1
0
 private void Editor_InvoiceCheck(object sender, CustomEventArgs e)
 {
     e.Checked = _manager.CheckInvoice(sender);
     if (!e.Checked)
     {
         _message.ShowExclamation(Constant.msgErrorInvoiceNumDate);
     }
 }