Пример #1
0
 public bool StartClient(string address)
 {
     return(NetComp.StartClient(address, PortReliable, PortUnreliable));
 }