Ejemplo n.º 1
0
 //Methods
 //The event raisers
 public void OnAccountOperation(AccountOpperationsEventArgs e)
 {
     if (AccountOperation != null)
     {
         AccountOperation(this, e);
     }
 }
Ejemplo n.º 2
0
 //Methods
 //The event raisers
 public void OnAccountOperation(AccountOpperationsEventArgs e)
 {
     if (AccountOperation != null)
     {
         AccountOperation(this, e);
     }
 }