Beispiel #1
0
 public static void WriteNotificationList(List <string> messagesList)
 {
     NotificationHelper.WriteNotificationList(messagesList, false);
 }
Beispiel #2
0
 public static void WriteNotification(string message)
 {
     NotificationHelper.WriteNotification(message, false);
 }