Esempio n. 1
0
        public static void CargarTexto(out string estacionamiento, string ruta)
        {
            Texto archivo = new Texto();

            try
            {
                archivo.Cargar(out estacionamiento, ruta);
            }
            catch (Exception excepcion)
            {
                throw excepcion;
            }
        }