private void btnQLNHCN_Click(object sender, EventArgs e) { GUI_BranchImportBallot branchimportbllot = new GUI_BranchImportBallot(); this.Visible = false; branchimportbllot.ShowDialog(); this.Close(); }
private void BranchImportBallot_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { GUI_BranchImportBallot branchimportbllot = new GUI_BranchImportBallot(); this.Visible = false; branchimportbllot.ShowDialog(); this.Close(); }