Beispiel #1
0
 protected virtual void Client_OnGameDisconnected1(DeepCore.FuckPomeloClient.PomeloClient arg1, DeepCore.FuckPomeloClient.CloseReason arg2)
 {
     btn_Login.Enabled = true;
 }
Beispiel #2
0
 private void GameClient_OnDisconnected(DeepCore.FuckPomeloClient.CloseReason arg1, string arg2)
 {
     MessageBox.Show(this, $"游戏服已断开: {arg1} : {arg2}", this.Text);
 }