Beispiel #1
0
 private void button2_Click(object sender, EventArgs e)
 {
     selection0.Location = new Point(selection0.Location.X, Btn_danhsach.Location.Y);
     UCT_home.Hide();
 }
Beispiel #2
0
 private void button1_Click(object sender, EventArgs e)
 {
     selection0.Location = new Point(selection0.Location.X, Bnt_Home.Location.Y);
     UCT_home.Show();
 }