removes parent from interfaces

This commit is contained in:
Neil Dorin
2020-08-06 15:04:02 -06:00
parent bf7a0600f3
commit 637ca2f312

View File

@@ -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; }