repair manager project

This commit is contained in:
2025-06-26 18:53:00 +02:00
parent d85a41c158
commit 04848d4622
31 changed files with 129 additions and 122 deletions

View File

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

View File

@@ -18,7 +18,7 @@ public abstract class WorkspaceFeature(string identifier, string name) : PluginF
return false;
workspace.Config.ProviderId = Identifier;
return true;
}