Files
Stephan Maier b9eb4cf019 Neuerstellung
2023-08-29 11:37:30 +02:00

6 lines
118 B
C#

namespace NetDaemonInterface;
public interface IAreaCollection
{
IAreaControl GetArea(AreaControlEnum area);
}