Ejemplo n.º 1
0
 public static void OnDealPasswordChanged(Member member, UserEventArgs args)
 {
     if (Distributor.eventHandler_0 != null)
     {
         Distributor.eventHandler_0(member, args);
     }
 }
Ejemplo n.º 2
0
 public void OnDealPasswordChanged(UserEventArgs args)
 {
     if (Distributor.eventHandler_0 != null)
     {
         Distributor.eventHandler_0(this, args);
     }
 }