Move graph creation to PamhagenGraph

This commit is contained in:
2026-07-14 00:10:06 +02:00
parent 0967249a22
commit 23c96b9397
3 changed files with 345 additions and 338 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ using System.Windows.Media;
using System.Windows.Shapes;
namespace PamhagenSysCtrl.Helpers.Pipeline {
class Tank : INode, ISink, ISource {
public class Tank : INode, ISink, ISource {
public const double WIDTH = 60;
public const double HEIGHT = 100;