Esempio n. 1
0
        public static void ShowNotifier(bool showCommandButton, string message, Chat chat)
        {
            NotifyForm f = new NotifyForm();

            f.showNotifier(showCommandButton, message, chat);
        }
Esempio n. 2
0
 public static void ShowNotifier(bool showCommandButton, string message, Chat chat)
 {
     NotifyForm f = new NotifyForm();
     f.showNotifier(showCommandButton, message, chat);
 }