Пример #1
0
 protected virtual void RequestShowNotification(ShowNotificationEventArgs e)
 {
     try {
         ShowNotificationRequested?.Invoke(this, e);
     } catch (InvalidOperationException) {
     }
 }
Пример #2
0
 protected virtual void RequestShowNotification(ShowNotificationEventArgs e)
 {
     ShowNotificationRequested?.Invoke(this, e);
 }