Exemple #1
0
 static void TestTracing()
 {
     Tracing.Enable();
     TestCore();
     TestRelooper();
     Tracing.Disable();
 }