mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
makes IDpad explicitly inherit from IKeyed
This commit is contained in:
parent
23b3ed2416
commit
d370564900
3 changed files with 10 additions and 4 deletions
|
|
@ -264,8 +264,13 @@ namespace PepperDash.Essentials
|
|||
|
||||
DeviceManager.ActivateAll();
|
||||
|
||||
//LinkSystemMonitorToAppServer();
|
||||
}
|
||||
var mobileControl = DeviceManager.GetDeviceForKey("appServer") as IMobileControl;
|
||||
|
||||
if (mobileControl == null) return;
|
||||
|
||||
mobileControl.LinkSystemMonitorToAppServer();
|
||||
//LinkSystemMonitorToAppServer();
|
||||
}
|
||||
|
||||
//void LinkSystemMonitorToAppServer()
|
||||
//{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue