Ejemplo n.º 1
0
 public static void OnLogout(UserEventArgs args)
 {
     if (Distributor.eventHandler_3 != null)
     {
         Distributor.eventHandler_3(null, args);
     }
 }