some more work

This commit is contained in:
2024-09-25 12:08:38 +02:00
parent bc6c483ba6
commit 2f9d60f1a8
26 changed files with 2434 additions and 60 deletions

View File

@@ -4,4 +4,5 @@ public interface IMainApi
{
public IWorkspace? CurWorkspace { get; }
public IActionSetInfos? CurActionSet { get; }
public Form MainWindow { get; }
}