Namespace cleanup

This commit is contained in:
Morten Nielsen 2020-01-19 14:37:35 -08:00
parent b6e3ba05de
commit 231c461129
8 changed files with 19 additions and 32 deletions

View file

@ -1,20 +1,9 @@
using NmeaParser.Nmea;
using NmeaParser.Nmea.Gps;
using NmeaParser.Nmea.Gps.Garmin;
using System;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
using NmeaParser.Nmea;
namespace SampleApp.WinDesktop
{