public static void CargarTexto(out string estacionamiento, string ruta) { Texto archivo = new Texto(); try { archivo.Cargar(out estacionamiento, ruta); } catch (Exception excepcion) { throw excepcion; } }