Add PlantSchemeWindow
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace PamhagenSysCtrl.Helpers.Pipeline {
|
||||
public interface INode {
|
||||
|
||||
public double CenterX { get; }
|
||||
public double CenterY { get; }
|
||||
public string Label { get; }
|
||||
|
||||
public void Draw(Canvas canvas);
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user