mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
removes parent from interfaces
This commit is contained in:
parent
bf7a0600f3
commit
637ca2f312
1 changed files with 2 additions and 2 deletions
|
|
@ -11,6 +11,8 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
|
|||
void CreateMobileControlRoomBridge(EssentialsRoomBase room);
|
||||
|
||||
void LinkSystemMonitorToAppServer();
|
||||
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
@ -20,8 +22,6 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
|
|||
{
|
||||
event EventHandler<EventArgs> UserCodeChanged;
|
||||
|
||||
IMobileControl Parent { get; }
|
||||
|
||||
string UserCode { get; }
|
||||
|
||||
string QrCodeUrl { get; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue