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