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