Beispiel #1
0
        public override IVRMenuBaseConfig GetConfig()
        {
            var conf = new IVRMenuInfoReaderConfig();

            SetConfigCommonField(conf);
            return(conf);
        }
Beispiel #2
0
 public IVRMenuElementInfoReader(IVRMenuInfoReaderConfig config)
     : base(config)
 {
     InitNarrator();
     Narrator.Stopped  += Narrator_IntroductionStoped;
     Narrator.Finished += Narrator_IntroductionFinished;
     Narrator.Starting += Narrator_IntroductionStarting;
 }
Beispiel #3
0
 public VmIVRMenuElementInfoReader(IVRMenuInfoReaderConfig model)
     : base(model)
 {
     Icon = "/OPSIVRSystem;component/Resources/texttospeech.png";
 }