Example #1
0
 private void init()
 {
     CP3   = new CP3Smart(this._controlSystem);
     light = new ILiveSmartLight(this._controlSystem);
     CP3.RegisterDevices();
     light.RegisterDevice();
 }
Example #2
0
 public SmartInput(CrestronControlSystem system, ILiveSmartLight logic)
 {
     this.controlSystem = system;
     this._logic        = logic;
 }