private void btnDetails_Click(object sender, EventArgs e)
        {
            if (this.updateInfoForm == null)
                this.updateInfoForm = new EmpireUpdateInfoForm(this.appInfo, this.updateInfo);

            this.updateInfoForm.ShowDialog(this);
        }
Esempio n. 2
0
        private void btnDetails_Click(object sender, EventArgs e)
        {
            if (this.updateInfoForm == null)
            {
                this.updateInfoForm = new EmpireUpdateInfoForm(this.appInfo, this.updateInfo);
            }

            this.updateInfoForm.ShowDialog(this);
        }