Ejemplo n.º 1
0
        static void Main(string[] args)
        {
            IHM ihm = new IHM();

            ihm.Start();
            Console.ReadLine();
        }
Ejemplo n.º 2
0
        static void Main(string[] args)
        {
            Console.OutputEncoding = Encoding.UTF8;
            IHM ihm = new IHM();

            ihm.Start();
            Console.ReadLine();
        }
Ejemplo n.º 3
0
        static void Main(string[] args)
        {
            IHM ihm = new IHM();

            ihm.Start();
        }