コード例 #1
0
 // 请求退出登录
 public void ReqLoginOut(string uid)
 {
     byte[] data = PBConverter.ReqLoginOut(uid);
     SendData(data);
 }