Exemplo n.º 1
0
 private void OnAccountAdded(Object obj, BankEventArg bankEventArg)
 {
     if (AccountAdded != null)
     {
         AccountAdded(obj, bankEventArg);
     }
 }
Exemplo n.º 2
0
 private static void Notifications(object sender, BankEventArg e)
 {
     Console.WriteLine(e.Message);
 }