Ejemplo n.º 1
0
        public EldersCI(GocdClient gocd, App app)
        {
            this.app  = app;
            this.gocd = gocd;

            c3poSpeakProgram.AddVoiceInterface(C3poVoiceInterface.LibLog);
        }
Ejemplo n.º 2
0
 public EldersCI(GocdClient gocd, C3poSpeachProgram c3poSpeakProgram)
 {
     this.gocd             = gocd;
     this.c3poSpeakProgram = c3poSpeakProgram;
     c3poSpeakProgram.AddVoiceInterface(C3poVoiceInterface.LibLog);
 }