Example #1
0
        static void Main(string[] args)
        {
            Alcance pruebaAlcance = new Alcance();

            pruebaAlcance.Iniciar();
            Console.ReadKey();
        }
Example #2
0
 static void Main(string[] args)
 {
     Alcance pruebaAlcance = new Alcance();
     pruebaAlcance.Iniciar();
     Console.ReadKey();
 }