Beispiel #1
0
        private void toastNotificationsManager1_Activated(object sender, ToastNotificationEventArgs e)
        {

        }
Beispiel #2
0
 private void toastNotificationsManager1_Activated(object sender, ToastNotificationEventArgs e)
 {
 }
Beispiel #3
0
 private void toastNotificationsManager1_TimedOut(object sender, ToastNotificationEventArgs e)
 {
     toastNotificationsManager1.ShowNotification(e.NotificationID);
 }
Beispiel #4
0
 private void toastNotificationsManager1_TimedOut(object sender, ToastNotificationEventArgs e)
 {
     toastNotificationsManager1.ShowNotification(e.NotificationID);
 }