kheb geprobeert alle refs naar sys.runtime eruit te halen, probeer nu es mss?

This commit is contained in:
BuildTools
2020-08-01 15:10:24 +02:00
parent 414db7f523
commit f4550e19b2
9 changed files with 5 additions and 20 deletions

View File

@@ -1,23 +1,16 @@
using GeoJSON.Net.Converters;
using GeoJSON.Net.Geometry;
using GeoJSON.Net.Geometry;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Numerics;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Security.Cryptography.Pkcs;
using System.Text;
using System.Windows;
using System.Windows.Media;
using System.Windows.Shapes;
using Point = System.Windows.Point;
using Polygon = System.Windows.Shapes.Polygon;
namespace opdracht2
{