Пример #1
0
        static void Main(string[] args)
        {
            IHM ihm = new IHM();

            ihm.Start();
            Console.ReadLine();
        }
Пример #2
0
        static void Main(string[] args)
        {
            Console.OutputEncoding = Encoding.UTF8;
            IHM ihm = new IHM();

            ihm.Start();
            Console.ReadLine();
        }
Пример #3
0
        static void Main(string[] args)
        {
            IHM ihm = new IHM();

            ihm.Start();
        }