示例#1
0
 static void Main(string[] args)
 {
     var tests = new RequestChannelTests();
     tests.AsynchronousOpen();
 }
示例#2
0
        static void Main(string[] args)
        {
            var tests = new RequestChannelTests();

            tests.AsynchronousOpen();
        }