1
0
This commit is contained in:
2019-05-19 13:23:10 +02:00
parent 71e650e373
commit c022a2915b
2 changed files with 9 additions and 11 deletions

View File

@@ -131,7 +131,7 @@ namespace TMI_practicum
{
private readonly double _x;
private readonly double? _y;
public double Y => _y ?? double.MinValue;
private double Y => _y ?? double.MinValue;
private readonly SegmentType _type;
private readonly int _identifier;