예제 #1
0
파일: DM_SanPham.cs 프로젝트: tayduivn/MISO
        private void fdoImport()
        {
            if (maNhomSPId.Length == 0)
            {
                Utils.showMessage("Vui lòng chọn nhóm sản phẩm cần nhập", "Thông báo");
                return;
            }

            dlg_ImportSanPham importSP = new dlg_ImportSanPham(maNhomSPId);

            importSP.ShowDialog();
        }
예제 #2
0
파일: DM_SanPham.cs 프로젝트: tayduivn/MISO
        private void btnImport_Click(object sender, EventArgs e)
        {
            if (maNhomSPId.Length == 0)
            {
                Utils.showMessage("Vui lòng chọn nhóm sản phẩm cần nhập", "Thông báo");
                return;
            }

            dlg_ImportSanPham importSP = new dlg_ImportSanPham(maNhomSPId);

            importSP.ShowDialog();
        }