Ejemplo n.º 1
0
 public IPredefinedToastNotificationContent CreateTwoLineHeaderContent(string headlineText, string bodyText)
 {
     return(WinRTToastNotificationContent.CreateTwoLineHeader(headlineText, bodyText));
 }