Beispiel #1
0
 private void Window_Closed(object sender, EventArgs e)
 {
     TbIcon.Dispose();
 }
Beispiel #2
0
 private void Window_Loaded(object sender, RoutedEventArgs e)
 {
     this.Hide();
     TbIcon.ShowBalloonTip("Tips", "Press Alt + ~ to show the window.", Hardcodet.Wpf.TaskbarNotification.BalloonIcon.Info);
 }