Beispiel #1
0
        public static bool?Show(string msg)
        {
            CustomMessageBox cmb = new CustomMessageBox(msg);

            return(cmb.ShowDialog());
        }