예제 #1
0
 protected WPNotification(WPNotificationType type)
 {
     this.WPNotificationType = type;
 }
 protected WPNotification(WPNotificationType type)
 {
     this.WPNotificationType = type;
 }
 internal bool NotificationTypeContains(WPNotificationType type)
 {
     return (NotificationType & type) == type;
 }
예제 #4
0
 internal bool NotificationTypeContains(WPNotificationType type)
 {
     return((NotificationType & type) == type);
 }