Example #1
0
 public static DialogResult Show(string text)
 {
     MessageBoxEx2 mb = new MessageBoxEx2();
     mb.Content = text;
     mb.ShowDialog();
     return mb.result;
 }
Example #2
0
        public static DialogResult Show(string text)
        {
            MessageBoxEx2 mb = new MessageBoxEx2();

            mb.Content = text;
            mb.ShowDialog();
            return(mb.result);
        }