Exemplo n.º 1
0
        private void wizardPage2Update_ShowFromNext(object sender, EventArgs e)
        {
            this.wizard.NextEnabled = false;
            this.wizard.BackEnabled = false;

            UpdateCompanyHandler asyncRead = new UpdateCompanyHandler(OnUpdateCompany);

            asyncRead.BeginInvoke(GetUpdateId(), OnReadFromStandardOutputEnd, asyncRead);
        }
Exemplo n.º 2
0
        private void wizardPage2Update_ShowFromNext(object sender, EventArgs e)
        {
            this.wizard.NextEnabled = false;
            this.wizard.BackEnabled = false;

            UpdateCompanyHandler asyncRead = new UpdateCompanyHandler(OnUpdateCompany);
            asyncRead.BeginInvoke(OnUpdateCompanyEnd, asyncRead);
        }