Beispiel #1
0
 public IPredefinedToastNotification CreateToastNotificationTwoLineHeader(string headlineText, string bodyText)
 {
     return(CreateToastNotification(DefaultFactory.CreateTwoLineHeaderContent(headlineText, bodyText)));
 }