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