Пример #1
0
 public void FireRegisteredForNotifications(RemoteNotificationsArgs args)
 {
     RegisteredForNotifications?.Invoke(this, args);
 }
 public void FireRegisteredForNotifications(RemoteNotificationsArgs args)
 {
     throw new NotImplementedException();
 }