Ejemplo n.º 1
0
 public IPredefinedToastNotificationContent CreateOneLineHeaderContent(string headlineText, string bodyText1, string bodyText2)
 {
     return(WinRTToastNotificationContent.CreateOneLineHeader(headlineText, bodyText1, bodyText2));
 }
Ejemplo n.º 2
0
 public IPredefinedToastNotificationContent CreateToastGeneric(string headlineText, string bodyText1, string bodyText2)
 {
     return(WinRTToastNotificationContent.CreateToastGeneric(headlineText, bodyText1, bodyText2));
 }
Ejemplo n.º 3
0
 public IPredefinedToastNotificationContent CreateContent(string bodyText)
 {
     return(WinRTToastNotificationContent.Create(bodyText));
 }