private static void Main()
        {
            CastleDynamicProxyTest.Test();
            Console.ReadKey();

            MatchMakingTestDrive.Run();
            Console.ReadKey();
        }
示例#2
0
 static void Main(string[] args)
 {
     MatchMakingTestDrive.Run();
     Console.ReadKey();
 }