private void Them() { try { frmXuLyDMPhi frm = new frmXuLyDMPhi(); frm.StartPosition = FormStartPosition.CenterScreen; frm.ShowDialog(); HienThi(); if (Ldata.Count != 0) { DataGridView.Rows[vtIndex == -1 ? 0 : vtIndex].Selected = true; //nếu ko có phần tử nào thì thôi } } catch (Exception ex) { MSG.Error(ex); } }
private void Sua() { try { if (vtIndex != -1) //khi click lên tiêu đề header của datagrid thì bỏ qua { frmXuLyDMPhi frm = new frmXuLyDMPhi(DataGridView.Rows[vtIndex]); frm.StartPosition = FormStartPosition.CenterScreen; frm.ShowDialog(); HienThi(); if (Ldata.Count != 0) { DataGridView.Rows[vtIndex == -1 ? 0 : vtIndex].Selected = true; //nếu ko có phần tử nào thì thôi } } } catch (Exception ex) { MSG.Error(ex); } }
private void Them() { try { frmXuLyDMPhi frm = new frmXuLyDMPhi(); frm.StartPosition = FormStartPosition.CenterScreen; frm.ShowDialog(); HienThi(); if (Ldata.Count != 0) DataGridView.Rows[vtIndex == -1 ? 0 : vtIndex].Selected = true; //nếu ko có phần tử nào thì thôi } catch (Exception ex) { MSG.Error(ex); } }
private void Sua() { try { if (vtIndex != -1) //khi click lên tiêu đề header của datagrid thì bỏ qua { frmXuLyDMPhi frm = new frmXuLyDMPhi(DataGridView.Rows[vtIndex]); frm.StartPosition = FormStartPosition.CenterScreen; frm.ShowDialog(); HienThi(); if (Ldata.Count != 0) DataGridView.Rows[vtIndex == -1 ? 0 : vtIndex].Selected = true; //nếu ko có phần tử nào thì thôi } } catch (Exception ex) { MSG.Error(ex); } }