コード例 #1
0
ファイル: NotifyForm.cs プロジェクト: uwitec/ideacode
        public static void ShowNotifier(bool showCommandButton, string message, Chat chat)
        {
            NotifyForm f = new NotifyForm();

            f.showNotifier(showCommandButton, message, chat);
        }
コード例 #2
0
ファイル: NotifyForm.cs プロジェクト: honj51/ideacode
 public static void ShowNotifier(bool showCommandButton, string message, Chat chat)
 {
     NotifyForm f = new NotifyForm();
     f.showNotifier(showCommandButton, message, chat);
 }