コード例 #1
0
ファイル: Program.cs プロジェクト: kolupaev/AsciiImportExport
        private static void Main(string[] args)
        {
            var performanceTests = new PerformanceTests();
            performanceTests.Test();

            Console.Write("Press any key to exit...");
            Console.ReadLine();
        }
コード例 #2
0
        private static void Main(string[] args)
        {
            var performanceTests = new PerformanceTests();

            performanceTests.Test();

            Console.Write("Press any key to exit...");
            Console.ReadLine();
        }