Exemplo n.º 1
0
        private void sachToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmThongKeSach temp = new frmThongKeSach();

            temp.ShowDialog();
        }
Exemplo n.º 2
0
        private void btnThongKeSach_Click(object sender, EventArgs e)
        {
            frmThongKeSach temp = new frmThongKeSach();

            temp.ShowDialog();
        }