Ejemplo n.º 1
0
 private void ConnectionManager_ConnectionLost(object sender, Online.EventArguments.ConnectionLostEventArgs e)
 {
     if (!lanMode)
     {
         ConnectionEvent("OFFLINE");
     }
 }
Ejemplo n.º 2
0
 private void ConnectionManager_ConnectionLost(object sender, Online.EventArguments.ConnectionLostEventArgs e)
 {
     Enabled = false;
 }