Add remaining tanks
This commit is contained in:
@@ -20,7 +20,7 @@ namespace PamhagenSysCtrl.Helpers.Pipeline {
|
||||
protected Func<bool> CallbackIsOpen;
|
||||
protected Func<bool> CallbackWantOpen;
|
||||
|
||||
private Ellipse? _circle;
|
||||
private Shape? _circle;
|
||||
private TextBlock? _text;
|
||||
|
||||
public Valve(string label, double x, double y, Func<bool> cbOpen, Func<bool> cbWant) {
|
||||
@@ -34,7 +34,7 @@ namespace PamhagenSysCtrl.Helpers.Pipeline {
|
||||
}
|
||||
|
||||
public void Draw(Canvas canvas) {
|
||||
_circle = new() {
|
||||
_circle = new Ellipse() {
|
||||
Height = RADIUS,
|
||||
Width = RADIUS,
|
||||
Fill = Brushes.DarkGray,
|
||||
|
||||
Reference in New Issue
Block a user