Ejemplo n.º 1
0
        // vsprj2make settings
        public bool OptionsAndSettings()
        {
            OptionsDlg optDlg = new OptionsDlg();

            if (optDlg.ShowDialog() == DialogResult.OK)
            {
            }
            return(true);
        }
Ejemplo n.º 2
0
        // vsprj2make settings
        public bool OptionsAndSettings()
        {
            OptionsDlg optDlg = new OptionsDlg();

            if (optDlg.ShowDialog() == DialogResult.OK)
            {
            }
            return true;
        }