Exemplo n.º 1
0
        /// <summary>
        /// Main method. Starts the DosBox application.
        /// </summary>
        public static void Main()
        {
            var config = new Configurator();

            config.ConfigurateSystem();

            String message = "hello client1 - test!";
        }
Exemplo n.º 2
0
        /// <summary>
        /// Main method. Starts the DosBox application.
        /// </summary>
        public static void Main()
        {
            var config = new Configurator();

            config.ConfigurateSystem();
        }