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
-7
View File
@@ -21,13 +21,6 @@ using ASCOM.Utilities;
namespace ASCOM.Meade.net
{
public class ProfileProperties
{
// properies that are part of the profile
public string ComPort { get; set; }
public bool TraceLogger { get; set; }
}
/// <summary>
/// The resources shared by all drivers and devices, in this example it's a serial port with a shared SendMessage method
/// an idea for locking the message and handling connecting is given.