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