Esempio n. 1
0
 public static WindowsPhoneToastNotification WithBatchingInterval(this WindowsPhoneToastNotification n, BatchingInterval batchingInterval)
 {
     n.NotificationClass = batchingInterval;
     return(n);
 }
 public static WindowsPhoneToastNotification WithBatchingInterval(this WindowsPhoneToastNotification n, BatchingInterval batchingInterval)
 {
     n.NotificationClass = batchingInterval;
     return n;
 }
 public static WindowsPhoneCycleTile WithBatchingInterval(this WindowsPhoneCycleTile n, BatchingInterval batchingInterval)
 {
     n.NotificationClass = batchingInterval;
     return n;
 }
Esempio n. 4
0
 public static WindowsPhoneCycleTile WithBatchingInterval(this WindowsPhoneCycleTile n, BatchingInterval batchingInterval)
 {
     n.NotificationClass = batchingInterval;
     return(n);
 }