コード例 #1
0
        static void Main(string[] args)
        {
            Project_example1.runExample1();
            Project_example2.runExample2();

            MyTest handle = new MyTest();

            handle.run_Test();
        }
コード例 #2
0
ファイル: Program.cs プロジェクト: shu77/c_sharp_test
        static void Main(string[] args)
        {
            MyTest handle = new MyTest();

            handle.run_Test();
        }