예제 #1
0
 static void Main() => CsvHelperTester.Run().Wait();
예제 #2
0
 static void Main()
 {
     using (var stopwatchViewer = new StopwatchViewer())
         1000.Times(() => CsvHelperTester.Run().Wait());
 }