PlantSchemeWindow: Expand graph

This commit is contained in:
2026-07-12 22:26:08 +02:00
parent a3a0504c11
commit 791ee7b804
12 changed files with 129 additions and 25 deletions
+4
View File
@@ -56,5 +56,9 @@ namespace PamhagenSysCtrl.Helpers.Pipeline {
canvas.Children.Add(a2);
canvas.Children.Add(b2);
}
public bool Update(double x, double y) {
return false;
}
}
}