예제 #1
0
        private static void RegisterListener()
        {
            var tcpClient = new TcpClient("127.0.0.1", 13001);

            TcpHelper.CreateListener(Process, tcpClient);
        }