예제 #1
0
        static void Main(string[] args)
        {
            Project_example1.runExample1();
            Project_example2.runExample2();

            MyTest handle = new MyTest();

            handle.run_Test();
        }
예제 #2
0
        static void Main(string[] args)
        {
            MyTest handle = new MyTest();

            handle.run_Test();
        }