private void btnInfo_Click(object sender, EventArgs e) { FormOrganizationShow tmp = new FormOrganizationShow(); tmp.Owner = this.Owner; this.Dispose(); tmp.ShowDialog(); }
private void miOrgShow_Click(object sender, EventArgs e) { FormOrganizationShow tmp = new FormOrganizationShow(); tmp.Owner = FormMain.ActiveForm; tmp.ShowDialog(); }