Esempio n. 1
0
        public SpeechInput()
            : base()
        {
            timeBasedCommand = new TimeBasedCommand();

            DetermineMapping();
            InitSpeechRecognition();
        }
 public void Init()
 {
     timeBasedCommand = new TimeBasedCommand();
 }