コード例 #1
0
        private void btnThongKe_Click(object sender, EventArgs e)
        {
            ThongKeForm thongKeForm = new ThongKeForm();

            thongKeForm.Show();
        }
コード例 #2
0
        private void statistcToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ThongKeForm thongKeForm = new ThongKeForm();

            addForm(thongKeForm);
        }