This commit is contained in:
Dan Clark
2024-11-23 21:41:59 +00:00
parent e809c22cb7
commit 911ed375b4
17 changed files with 311 additions and 18 deletions
+2 -1
View File
@@ -3,7 +3,8 @@ using System.Diagnostics.CodeAnalysis;
namespace Toolkit.WinUI;
public interface IWindowRegistry
public interface IWindowRegistry :
IDisposable
{
void Add(Window window);