Beispiel #1
0
 public static WindowsPhoneOptions WithRaw(RawNotification notification)
 {
     return(new WindowsPhoneOptions {
         Notification = notification
     });
 }
 public static WindowsPhoneOptions WithRaw(RawNotification notification)
 {
     return new WindowsPhoneOptions { Notification = notification };
 }