private void btn_Them_NCC_Click(object sender, EventArgs e) { Dialog.DAL_NhaCungCap dAL_NhaCungCap = new Dialog.DAL_NhaCungCap(); dAL_NhaCungCap.ShowDialog(); try { dgv_NhaCC.DataSource = Entities_Data.NhaCungCap_Data.Get_NhaCungCapList(); } catch (Exception) { } }
private void Sua_NCC() { if (Get_IdNCC() != null) { Dialog.DAL_NhaCungCap dAL_NhaCungCap = new Dialog.DAL_NhaCungCap(int.Parse(Get_IdNCC())); dAL_NhaCungCap.ShowDialog(); try { dgv_NhaCC.DataSource = Entities_Data.NhaCungCap_Data.Get_NhaCungCapList(); } catch (Exception) { } } }