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