Add project files.
This commit is contained in:
11
NmeaMessages/NmeaMessage.cs
Normal file
11
NmeaMessages/NmeaMessage.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace GpsClient2.NmeaMessages {
|
||||
public abstract class NmeaMessage {
|
||||
public abstract void Parse(string[] messageParts);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user