Example #1
0
        public VI(VI_Aurora ship)
        {
            Console.BackgroundColor = ConsoleColor.Black;
            Console.ForegroundColor = ConsoleColor.DarkCyan;

            this.ship        = ship;
            manualResetEvent = new ManualResetEvent(false);
            vpi                 = new SpeechSynthesizer();
            debug_mode          = true;
            override_pwr_status = false;
            additional_sounds   = false;


            welcome();
            listen();
        }
Example #2
0
        public VI(VI_Aurora ship)
        {
            Console.BackgroundColor = ConsoleColor.Black;
            Console.ForegroundColor = ConsoleColor.DarkCyan;

            this.ship = ship;
            manualResetEvent = new ManualResetEvent(false);
            vpi = new SpeechSynthesizer();
            debug_mode = true;
            override_pwr_status = false;
            additional_sounds = false;


            welcome();
            listen();
        }