Hydro.Core/Node/NozzleModel.cs
@@ -22,6 +22,9 @@ /// </summary> public string PatternID { get; set; } public string Node1 { get; set; } public string Node2 { get; set; } public override string ToString() { if (string.IsNullOrEmpty(PatternID)) PatternID = "";