added course to GpsDataEventArgs

This commit is contained in:
2023-07-11 11:27:53 -05:00
parent 8b111f95d0
commit 13a3044bbf
22 changed files with 36 additions and 100 deletions

View File

@@ -1,5 +1,6 @@
using System;
using GpsClient2.EventArguments;
using GpsClient2.Model;
using System;
namespace GpsClient2 {
public abstract class BaseGpsClient {