コード例 #1
0
 protected WPNotification(WPNotificationType type)
 {
     this.WPNotificationType = type;
 }
コード例 #2
0
 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);
 }