Example #1
0
 private void TTTaiKhoan_Click(object sender, EventArgs e)
 {
     tk.Show();
 }
Example #2
0
        private void TTTaiKhoan_Click(object sender, EventArgs e)
        {
            ThongTinTaiKhoan tk = new ThongTinTaiKhoan();

            tk.Show();
        }