mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-04-06 06:53:51 +00:00
Namespace cleanup
This commit is contained in:
parent
b6e3ba05de
commit
231c461129
8 changed files with 19 additions and 32 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue