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