Example #1
0
        public void TestNhapDieuChuyenSys()
        {
            frm_DanhSachPhieuNhapDieuChuyen frm = new frm_DanhSachPhieuNhapDieuChuyen();

            frm.ShowDialog();
        }
Example #2
0
        private void btnNhapKhoDieuChuyenTG_Click(object sender, EventArgs e)
        {
            frm_DanhSachPhieuNhapDieuChuyen frm = new frm_DanhSachPhieuNhapDieuChuyen();

            frm.ShowDialog();
        }