Exemple #1
0
        static void Main(string[] args)
        {
            IHM ihm = new IHM();

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

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

            ihm.Start();
        }