Exemplo n.º 1
0
 public TransactionScopeTest()
 {
     perfMeter = new PerformanceMeter("perf.csv", 1000);
 }
Exemplo n.º 2
0
 public UsingContextTest()
 {
     perfMeter = new PerformanceMeter("using-perf.csv", 1000);
 }