コード例 #1
0
 public static BadgeGlyphNotificationContent GenerateAlertBadge()
 {
     var b = new BadgeGlyphNotificationContent(GlyphValue.Alert);
     return b;
 }
コード例 #2
0
ファイル: Sender.cs プロジェクト: aurora-lzzp/Aurora-Weather
 public static void CreateBadge(BadgeGlyphNotificationContent badge)
 {
     BadgeNotification b = new BadgeNotification(badge.GetXml());
     BadgeUpdateManager.CreateBadgeUpdaterForApplication().Update(b);
 }