Пример #1
0
        public InstallerForm()
        {
            this.contentControls = new InstallerControlList();
            this.options         = new InstallOptions();
            InitializeComponent();

            this.Load += new EventHandler(InstallerForm_Load);
        }
Пример #2
0
        public InstallerForm()
        {
            this.contentControls = new InstallerControlList();
              this.options = new InstallOptions();
              InitializeComponent();

              this.Load += new EventHandler(InstallerForm_Load);
        }
Пример #3
0
        public InstallerForm()
        {
            this.contentControls = new InstallerControlList();
            try
            {
            }
            catch (FileNotFoundException)
            {
            }
            InitializeComponent();

            this.Load += new EventHandler(InstallerForm_Load);
        }
Пример #4
0
        public InstallerForm()
        {
            this.contentControls = new InstallerControlList();
            try
            {

            }
            catch (FileNotFoundException)
            {
            }
            InitializeComponent();

            this.Load += new EventHandler(InstallerForm_Load);
        }