コード例 #1
0
        public static string showMuBoxStandard(string titleBar, string message)
        {
            muBox                  = new MuBoxStandard();
            muBox.Text             = titleBar;
            muBox.lbl_Message.Text = message;
            muBox.ShowDialog();

            return(MuResult);
        }