Ejemplo n.º 1
0
 private void ActivarInactivarTransporte()
 {
     ControladorGeneral.ActivarInactivarTransporte(int.Parse(gvTransportes.GetRowValues(gvTransportes.FocusedRowIndex, "codigoTransporte").ToString()));
 }