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