Code refactoring

This commit is contained in:
2019-07-09 22:06:20 +01:00
parent feb69c970f
commit d03b0f2cd1
6 changed files with 94 additions and 10 deletions
+9
View File
@@ -0,0 +1,9 @@
namespace ASCOM.Meade.net
{
public class ProfileProperties
{
// properies that are part of the profile
public string ComPort { get; set; }
public bool TraceLogger { get; set; }
}
}