Exemplo n.º 1
0
 public static ToastNotification SetNotificationMirroring(this ToastNotification notification, NotificationMirroring mirroring)
 {
     notification.NotificationMirroring = mirroring;
     return(notification);
 }
Exemplo n.º 2
0
 public static ToastNotification SetNotificationMirroring(this ToastContentBuilder builder, NotificationMirroring mirroring)
 {
     return(SetNotificationMirroring(builder.GetNotification(), mirroring));
 }