DEBSOURCES
Skip Quicknav
sources / quickroute-gps / 2.5-1 / GPSDeviceReaders / GarminUSBReader / ReadingNowException.cs
12345678
using System; namespace QuickRoute.GPSDeviceReaders.GarminUSBReader { public class ReadingNowException : Exception { } }