Example #1
0
 private void NotiWindow_Loaded(object sender, RoutedEventArgs e)
 {
     AltTab.HideAltTab(this);
 }
Example #2
0
 private void Window_Loaded(object sender, RoutedEventArgs e)
 {
     AltTab.HideAltTab(this);
     this.Activate();
 }