Esempio n. 1
0
 private static void accountClosedHandler()
 {
     AccountClosed?.Invoke(account, new EventArgs());
     //if (AccountClosed != null)
     //    AccountClosed(account, new EventArgs());
 }
Esempio n. 2
0
 private static void accountClosedHandler()
 {
     AccountClosed?.Invoke(account, new EventArgs());
 }