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