Exemple #1
0
 public PanTiltZoomController(IHardwareCommunicator communicator)
 {
     _communicator = communicator;
 }
Exemple #2
0
 public StateHub(IHardwareCommunicator hardwareCommunicator)
 {
     _hardwareCommunicator = hardwareCommunicator;
 }