mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-14 13:07:18 +00:00
Inheritance
This commit is contained in:
parent
c31a2a09de
commit
4db91b4f68
2 changed files with 5 additions and 142 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue