1
0
mirror of https://bitbucket.org/cjdskunkworks/lynxastrodewcontroller.git synced 2026-05-03 09:18:51 +00:00
Files

8 lines
178 B
C#

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