Move graph creation to PamhagenGraph
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user