Beispiel #1
0
        private static void Main(string[] args)
        {
            var performanceTests = new PerformanceTests();
            performanceTests.Test();

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

            performanceTests.Test();

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