Split project
This commit is contained in:
8
src/UIElements/IDashboardTab.cs
Normal file
8
src/UIElements/IDashboardTab.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Nocturnis.Communicators;
|
||||
|
||||
namespace Nocturnis.UIElements;
|
||||
|
||||
public interface IDashboardTab
|
||||
{
|
||||
IEnumerable<IBaseCommunicator> AllCommunicators { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user