Пример #1
0
 public static RemoteNotification GetRemoteNotification(int index)
 {
     if (index < 0 || index >= NotificationServices.remoteNotificationCount)
     {
         throw new ArgumentOutOfRangeException("index", "Index out of bounds.");
     }
     return(NotificationServices.GetRemoteNotificationImpl(index));
 }