private void btnThongKe_Click(object sender, EventArgs e) { ThongKeForm thongKeForm = new ThongKeForm(); thongKeForm.Show(); }
private void statistcToolStripMenuItem_Click(object sender, EventArgs e) { ThongKeForm thongKeForm = new ThongKeForm(); addForm(thongKeForm); }