aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL
diff options
context:
space:
mode:
authorRoy <Roy.mail.net@gmail.com>2023-03-05 22:47:23 +0200
committerRoy <Roy.mail.net@gmail.com>2023-03-05 22:47:23 +0200
commita47bbe8211c4b7a02c6974cba017d77ea31ffc37 (patch)
tree59e94a7511053aaa0dc78978cb572f3a8fe3c57a /Software/Visual_Studio/Tango.BL
parentc256fc124a867707c787074c9076227341766794 (diff)
downloadTango-a47bbe8211c4b7a02c6974cba017d77ea31ffc37.tar.gz
Tango-a47bbe8211c4b7a02c6974cba017d77ea31ffc37.zip
Dialog Adaptations.
Separate Job View. Machine Status View Start. EurekaTouchPanel.
Diffstat (limited to 'Software/Visual_Studio/Tango.BL')
-rw-r--r--Software/Visual_Studio/Tango.BL/Entities/Job.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/Software/Visual_Studio/Tango.BL/Entities/Job.cs b/Software/Visual_Studio/Tango.BL/Entities/Job.cs
index c6a6ea226..235a347b7 100644
--- a/Software/Visual_Studio/Tango.BL/Entities/Job.cs
+++ b/Software/Visual_Studio/Tango.BL/Entities/Job.cs
@@ -527,14 +527,6 @@ namespace Tango.BL.Entities
}
return length;
- //if (Segments != null)
- //{
- // return Segments.Sum(x => x.LengthWithFactor) + ((EnableInterSegment && IsAllSegmentsPerSpool) ? (InterSegmentLength * (Segments.Count > 0 ? Segments.Count - 1 : Segments.Count)) : 0);
- //}
- //else
- //{
- // return 0;
- //}
}
#endregion