Example #1
0
        private void btnQLNHCN_Click(object sender, EventArgs e)
        {
            GUI_BranchImportBallot branchimportbllot = new GUI_BranchImportBallot();

            this.Visible = false;
            branchimportbllot.ShowDialog();
            this.Close();
        }
Example #2
0
        private void BranchImportBallot_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            GUI_BranchImportBallot branchimportbllot = new GUI_BranchImportBallot();

            this.Visible = false;
            branchimportbllot.ShowDialog();
            this.Close();
        }