added course to GpsDataEventArgs
This commit is contained in:
@@ -1,14 +1,10 @@
|
||||
using GpsClient2.Model;
|
||||
using GpsClient2.NmeaMessages;
|
||||
using GpsClient2.EventArguments;
|
||||
using GpsClient2.Exceptions;
|
||||
using GpsClient2.Model;
|
||||
using GpsClient2.NmeaMessages;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Globalization;
|
||||
using System.IO.Ports;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace GpsClient2 {
|
||||
public class ComPortGpsClient : BaseGpsClient {
|
||||
|
||||
Reference in New Issue
Block a user