Ejemplo n.º 1
0
 protected virtual void RequestShowNotification(ShowNotificationEventArgs e)
 {
     try {
         ShowNotificationRequested?.Invoke(this, e);
     } catch (InvalidOperationException) {
     }
 }
 private void LifetimeSupervisorOnShowNotificationRequested(object sender, ShowNotificationEventArgs eventArgs)
 {
     DisplayNotification(eventArgs.Notification);
 }