momenteel geen errors, begonnen nieuwe items toe te voegen op ui

This commit is contained in:
BuildTools
2020-07-26 20:28:32 +02:00
parent 2cea96e863
commit b2ad2d4611
22 changed files with 312 additions and 34 deletions

View File

@@ -24,7 +24,7 @@ namespace Globals
else return Naam;
}
public Point GetPoint()
public Point ToPoint()
{
return new Point(X, Y);
}