Esempio n. 1
0
        protected override void OnStartup(StartupEventArgs e)
        {
            base.OnStartup(e);
#if DEBUG
            Tracing.Enable();
#endif
        }
Esempio n. 2
0
 static void TestTracing()
 {
     Tracing.Enable();
     TestCore();
     TestRelooper();
     Tracing.Disable();
 }