示例#1
0
		public static DialogResult Show(string htmlContent, string caption)
		{
			HTMLMessageBox hTMLMessageBox = new HTMLMessageBox(htmlContent, caption);
			return hTMLMessageBox.ShowDialog();
		}
示例#2
0
        public static DialogResult Show(string htmlContent, string caption)
        {
            HTMLMessageBox hTMLMessageBox = new HTMLMessageBox(htmlContent, caption);

            return(hTMLMessageBox.ShowDialog());
        }