mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-04-06 06:53:51 +00:00
minor cleanup and typos
This commit is contained in:
parent
b8893ce773
commit
102805a100
3 changed files with 11 additions and 13 deletions
|
|
@ -25,8 +25,6 @@ namespace SampleApp.WinDesktop
|
|||
InitializeComponent();
|
||||
}
|
||||
|
||||
|
||||
|
||||
public IEnumerable<NmeaParser.Nmea.Gps.Gpgsv> GpgsvMessages
|
||||
{
|
||||
get { return (IEnumerable<NmeaParser.Nmea.Gps.Gpgsv>)GetValue(GpgsvMessagesProperty); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue