예제 #1
0
 public SpeechInterpretation(IMotorControl motorControl,IHeadlightControl headlightControl,IHornControl hornControl)
 {
     _motorControl = motorControl;
     _headlightControl = headlightControl;
     _hornControl = hornControl;
 }
예제 #2
0
 public SpeechInterpretation(IMotorControl motorControl, IHeadlightControl headlightControl, IHornControl hornControl)
 {
     _motorControl     = motorControl;
     _headlightControl = headlightControl;
     _hornControl      = hornControl;
 }