示例#1
0
 private void ConnectPhone(PhoneClient phone, string id, string ip)
 {
     phone.ID = id;
     phone.Ip = ip;
     phone.Connect();
 }