コード例 #1
0
        public static bool ShowQuestion(string message, int autoCloseSeconds)
        {
            bool flag = FormMessage.ShowQuestion(message, autoCloseSeconds);

            return(flag);
        }
コード例 #2
0
        public static bool ShowQuestion(string message)
        {
            bool flag = FormMessage.ShowQuestion(message);

            return(flag);
        }