Ejemplo n.º 1
0
 protected virtual void RequestShowNotification(ShowNotificationEventArgs e)
 {
     try {
         ShowNotificationRequested?.Invoke(this, e);
     } catch (InvalidOperationException) {
     }
 }
Ejemplo n.º 2
0
 protected virtual void RequestShowNotification(ShowNotificationEventArgs e)
 {
     ShowNotificationRequested?.Invoke(this, e);
 }