Exemplo n.º 1
0
        public static void show(Window parent_window, MessageType messageType, string message, EventHandler OnDestroyedEvent = null, int?closeInterval = null)
        {
            frmNotificationsWin FrmNotificationsWin = new frmNotificationsWin(parent_window, messageType, message, OnDestroyedEvent, closeInterval);

            FrmNotificationsWin.ShowAll();
        }
Exemplo n.º 2
0
 public static void show(Window parent_window, MessageType messageType, string  message, EventHandler OnDestroyedEvent = null, int? closeInterval = null)
 {
     frmNotificationsWin FrmNotificationsWin = new frmNotificationsWin(parent_window,messageType,message,OnDestroyedEvent,closeInterval);
     FrmNotificationsWin.ShowAll ();
 }