Esempio n. 1
0
 private void ChannelLoaded()
 {
     if (showNotification)
     {
         NotificationsUtils.ShowChannelOnlineNotification(this);
         showNotification = false;
     }
 }
Esempio n. 2
0
 private void NotificationHidden(object sender, EventArgs args)
 {
     NotificationsUtils.NotificationClosed(this);
     Close();
 }
Esempio n. 3
0
 private void Window_Closed(object sender, EventArgs e)
 {
     NotificationsUtils.CloseAllNotifications();
 }