1
0
mirror of https://bitbucket.org/cjdskunkworks/lynxastrodewcontroller.git synced 2026-05-04 01:38:52 +00:00
Files
lynxastrodewcontroller/LynxAstro.DewController/ConnectionInfo.cs
T

8 lines
178 B
C#

namespace ASCOM.LynxAstro.DewController
{
public class ConnectionInfo
{
//public int Connections { get; set; }
public int SameDevice { get; set; }
}
}