Beispiel #1
0
 protected void ObtenerInterlocutoresOCyFA()
 {
     try
     {
         strTablaHTML = PROYECTOSUBNODO.ObtenerInterlocutoresOCyFA();
     }
     catch (Exception ex)
     {
         sErrores = Errores.mostrarError("Error al obtener la relación de interlocutores.", ex);
     }
 }