Add Übernahme-Trog

This commit is contained in:
2026-07-16 00:09:26 +02:00
parent b8ac414673
commit 3f6fba36e0
7 changed files with 206 additions and 35 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ namespace PamhagenSysCtrl.Helpers.Pipeline {
public double CenterX { get; set; }
public double CenterY { get; set; }
public string Label { get; } = "";
public string Label => "";
public ISet<IEdge> Inputs { get; init; }
public ISet<IEdge> Outputs { get; init; }