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