Files
MeadeGeneric/Meade.net/ProfileProperties.cs
T
2019-07-09 22:06:20 +01:00

9 lines
216 B
C#

namespace ASCOM.Meade.net
{
public class ProfileProperties
{
// properies that are part of the profile
public string ComPort { get; set; }
public bool TraceLogger { get; set; }
}
}