Combined the skip prompts and set date time code, to just one check box.

This commit is contained in:
2021-04-24 13:16:08 +01:00
parent 6ac80c408c
commit eaeae4d66b
8 changed files with 111 additions and 168 deletions
-1
View File
@@ -20,6 +20,5 @@ namespace ASCOM.Meade.net
public int Speed { get; set; }
public string Handshake { get; set; }
public bool SendDateTime { get; set; }
public bool SkipPrompts { get; set; }
}
}