more settings work

This commit is contained in:
TheXamlGuy
2024-02-11 22:18:40 +00:00
parent 812556f8b0
commit 6e738becd4
33 changed files with 152 additions and 80 deletions
+7
View File
@@ -0,0 +1,7 @@
namespace Hyperbar.Widget;
public interface IWidgetHostCollection :
IEnumerable<IWidgetHost>
{
void Add(IWidgetHost widgetHost);
}