Ejemplo n.º 1
0
 internal static void FixLobby()
 {
     if (OnFixLobby != null)
     {
         foreach (Delegate d in OnFixLobby.GetInvocationList())
         {
             PVPNet.OnMessageReceived -= (PVPNetConnection.OnMessageReceivedHandler)d;
             OnFixLobby -= (PVPNetConnection.OnMessageReceivedHandler)d;
         }
     }
 }
Ejemplo n.º 2
0
 internal static void FixLobby()
 {
     if (OnFixLobby != null)
     {
         foreach (Delegate d in OnFixLobby.GetInvocationList())
         {
             RtmpConnection.MessageReceived -= (EventHandler <MessageReceivedEventArgs>)d;
             OnFixLobby -= (EventHandler <MessageReceivedEventArgs>)d;
         }
     }
 }