Example #1
0
        private void label2_Click(object sender, EventArgs e)
        {
            this.Close();
            NhapTen nhapTen = new NhapTen();

            nhapTen.Show();
        }
Example #2
0
        private void label1_Click(object sender, EventArgs e)
        {
            NhapTen nhapTen = new NhapTen();

            nhapTen.Show();
            this.Hide();
        }