private void CargarResponsables() { dtResponsable = R.ListarTodos(); DataRow fila; fila = dtResponsable.NewRow(); dtResponsable.Rows.InsertAt(fila, 0); CargarDescResp(); CargarCodigosResp(); }
private void CargarREsponsables() { dtResponsable = R.ListarTodos(); var fila = dtResponsable.NewRow(); dtResponsable.Rows.InsertAt(fila, 0); dtResponsable2 = dtResponsable.Copy(); CargarDescResp(); CargarCodigosResp(); CargarDescResp2(); CargarCodigosResp2(); }