Exemple #1
0
 public EssentialsTouchpanelController(string key, string name, Tswx52ButtonVoiceControl tsw,
                                       string projectName, string sgdPath)
     : base(key, name)
 {
     Panel = tsw;
     tsw.LoadSmartObjects(sgdPath);
     tsw.SigChange += new Crestron.SimplSharpPro.DeviceSupport.SigEventHandler(Tsw_SigChange);
 }
Exemple #2
0
 public EssentialsTouchpanelController(string key, string name, Tswx52ButtonVoiceControl tsw,
                                       string projectName, string sgdPath)
     : base(key, name)
 {
     Panel = tsw;
     tsw.LoadSmartObjects(sgdPath);
     tsw.SigChange += Panel_SigChange;
 }