This commit is contained in:
2015-12-15 17:04:40 +01:00
parent ace4e7176c
commit 3b57410812
2 changed files with 24 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NavCityBreda.Model
{
class Route
{
}
}
+12
View File
@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NavCityBreda.Model
{
class Waypoint
{
}
}