Example #1
0
        private bool ShowConfigModeHint()
        {
            DlgConfigModeHint hintForm = new DlgConfigModeHint();

            splashScreen.AllowWindowOverlay(hintForm);
            return(hintForm.ShowDialog(this) == DialogResult.OK);
        }
Example #2
0
 private bool ShowConfigModeHint()
 {
   DlgConfigModeHint hintForm = new DlgConfigModeHint();
   splashScreen.AllowWindowOverlay(hintForm);
   return (hintForm.ShowDialog(this) == DialogResult.OK);
 }