Ejemplo n.º 1
0
        private void btnThongKe_Click(object sender, EventArgs e)
        {
            ThongKeForm thongKeForm = new ThongKeForm();

            thongKeForm.Show();
        }
Ejemplo n.º 2
0
        private void statistcToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ThongKeForm thongKeForm = new ThongKeForm();

            addForm(thongKeForm);
        }