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); }
public EssentialsTouchpanelController(string key, string name, Tswx52ButtonVoiceControl tsw, string projectName, string sgdPath) : base(key, name) { Panel = tsw; tsw.LoadSmartObjects(sgdPath); tsw.SigChange += Panel_SigChange; }