This commit is contained in:
2025-11-17 15:02:47 +01:00
parent d80f5c47b1
commit 7e2a103dbe
17 changed files with 182 additions and 78 deletions

View File

@@ -8,4 +8,5 @@ public interface IMainApi
{
Window MainWindow { get; }
MainWindowViewModel Model { get; }
bool HasClosed { get; }
}