mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-12 11:15:08 +00:00
Inheritance
This commit is contained in:
@@ -1,16 +1,14 @@
|
||||
using PepperDash.Essentials.Core;
|
||||
|
||||
namespace PepperDash.Essentials
|
||||
namespace PepperDash.Essentials
|
||||
{
|
||||
public interface IHasCalendarButton
|
||||
{
|
||||
EssentialsRoomBase CurrentRoom { get; }
|
||||
EssentialsHuddleVtc1Room CurrentRoom { get; }
|
||||
void CalendarPress();
|
||||
}
|
||||
|
||||
public interface IHasCallButton
|
||||
{
|
||||
EssentialsRoomBase CurrentRoom { get; }
|
||||
EssentialsHuddleVtc1Room CurrentRoom { get; }
|
||||
void ShowActiveCallsList();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user