コード例 #1
0
 public static void ConnectTcpNet(string ip, int port)
 {
     if (m_TcpNet != null)
     {
         m_TcpNet.Connect(ip, port);
     }
 }