Beispiel #1
0
 public void AddToCashFlowCommand_Executed(object sender)
 {
     _contoData.SelfInvoiceAddToCashFlow((SelfInvoicesMaster)sender);
     UpdateList();
     AppProperties.FormHaveModifications = false;
 }