Ejemplo n.º 1
0
 private void buttonX1_Click(object sender, EventArgs e)
 {
     this.Hide();
     GUI.ThongKe tracuu = new GUI.ThongKe();
     tracuu.Show();
 }
Ejemplo n.º 2
0
 private void btn_TK_Click(object sender, EventArgs e)
 {
     GUI.ThongKe tk = new GUI.ThongKe();
     tk.Show();
 }