Ejemplo n.º 1
0
 public static void OnLogin(Member member)
 {
     if (Distributor.eventHandler_2 != null)
     {
         Distributor.eventHandler_2(member, new System.EventArgs());
     }
 }
Ejemplo n.º 2
0
 public void OnLogin()
 {
     if (Distributor.eventHandler_2 != null)
     {
         Distributor.eventHandler_2(this, new System.EventArgs());
     }
 }