Esempio n. 1
0
 void OnNotificationReceived(object sender, NotificationEventArgs e)
 {
     AppNotificationReceived?.Invoke(this, e);
 }
Esempio n. 2
0
 protected virtual void OnNotificationReceived(NotificationEventArgs args)
 {
     ViewModel?.OnNotificationReceived(args);
 }