Neuerstellung
This commit is contained in:
6
NetDaemonApps/NetDeamonInterface/IAreaCollection.cs
Normal file
6
NetDaemonApps/NetDeamonInterface/IAreaCollection.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace NetDaemonInterface;
|
||||
|
||||
public interface IAreaCollection
|
||||
{
|
||||
IAreaControl GetArea(AreaControlEnum area);
|
||||
}
|
||||
Reference in New Issue
Block a user