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