private void btnDetails_Click(object sender, EventArgs e) { if (this.updateInfoForm == null) this.updateInfoForm = new SharpUpdateInfoForm(this.applicationInfo, this.updateInfo); // Shows the details form this.updateInfoForm.ShowDialog(this); }
private void btnDetail_Click(object sender, EventArgs e) { if (this.updateInfoForm == null) { this.updateInfoForm = new SharpUpdateInfoForm(this.applicationInfo, this.updateInfo); } this.updateInfoForm.ShowDialog(this); }