Esempio n. 1
0
 /// <summary>The initialize.</summary>
 /// <exception cref="NotImplementedException"></exception>
 public static void Initialize()
 {
     view = new NotificationView();
 }
 /// <summary>The initialize.</summary>
 /// <exception cref="NotImplementedException"></exception>
 public static void Initialize()
 {
     view = new NotificationView();
 }
Esempio n. 3
0
 /// <summary>Notifies a message.</summary>
 /// <param name="message">The message.</param>
 public void Notify(string message)
 {
     NotificationView.Show(message);
 }