Example #1
0
        private void toolPhieuNhap_Click(object sender, EventArgs e)
        {
            frmPhieuNhap frm = new frmPhieuNhap();

            frm.ShowDialog();
        }