Initilize widget setting without starting its host

This commit is contained in:
TheXamlGuy
2024-01-31 22:33:23 +00:00
parent a2a5591502
commit 6dbe2db584
25 changed files with 125 additions and 83 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
namespace Hyperbar.Widget;
public interface IWidgetViewModel : IDisposable;
public interface IWidgetViewModel :
IDisposable;