minor cleanup and typos

This commit is contained in:
Morten Nielsen 2018-04-02 12:54:02 -07:00
parent b8893ce773
commit 102805a100
3 changed files with 11 additions and 13 deletions

View file

@ -25,8 +25,6 @@ namespace SampleApp.WinDesktop
InitializeComponent();
}
public IEnumerable<NmeaParser.Nmea.Gps.Gpgsv> GpgsvMessages
{
get { return (IEnumerable<NmeaParser.Nmea.Gps.Gpgsv>)GetValue(GpgsvMessagesProperty); }