Example #1
0
 public static WindowsPhoneOptions WithTile(TileNotification notification)
 {
     return(new WindowsPhoneOptions {
         Notification = notification
     });
 }
 public static WindowsPhoneOptions WithTile(TileNotification notification)
 {
     return new WindowsPhoneOptions { Notification = notification};
 }