示例#1
0
文件: Client.cs 项目: Oxropy/Oxcha
 private void Client_OnDisconnected(object sender, OnDisconnectedArgs e)
 {
     handler.OnDisconnect(this);
 }