Exemplo n.º 1
0
        public OptionsDlg()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            // Read from the Mono Path from the registry
            try
            {
                m_regH = new RegistryHelper();
            }
            catch (Exception exc)
            {
                MessageBox.Show(this, exc.Message, "Prj2make", MessageBoxButtons.OK, MessageBoxIcon.Error);
                return;
            }

            UpdateData(false);
        }
Exemplo n.º 2
0
        public OptionsDlg()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            // Read from the Mono Path from the registry
            try
            {
                m_regH = new RegistryHelper();
            }
            catch(Exception exc)
            {
                MessageBox.Show(this, exc.Message,"Prj2make", MessageBoxButtons.OK, MessageBoxIcon.Error);
                return;
            }

            UpdateData(false);
        }