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