Esempio n. 1
0
 protected override void OnExit(ExitEventArgs e)
 {
     NativeMethods.UnInitUiTreeWalk();
     AppInsights.Flush();
     base.OnExit(e);
     Environment.Exit(0);
 }