Nikita Romanenko
6 years ago
5 changed files with 22 additions and 10 deletions
@ -1,7 +1,10 @@ |
|||||
namespace Pores.Models |
using Pores.Helpers; |
||||
|
|
||||
|
namespace Pores.Models |
||||
{ |
{ |
||||
public class Point2D : Point |
public class Point2D : Point |
||||
{ |
{ |
||||
public double Y { get; set; } |
public override double X { get; set; } |
||||
|
public virtual double Y { get; set; } |
||||
} |
} |
||||
} |
} |
||||
|
Loading…
Reference in new issue