Code inspections

This commit is contained in:
2019-07-19 14:23:27 +01:00
parent d6f72c8222
commit 9cf63c4912
14 changed files with 374 additions and 374 deletions
+6 -6
View File
@@ -4,10 +4,10 @@ namespace ASCOM.Meade.net.Wrapper
{
public interface ISharedResourcesWrapper
{
string AUTOSTAR497 { get; }
string AUTOSTAR497_31EE { get; }
string Autostar497 { get; }
string Autostar49731Ee { get; }
string AUTOSTAR497_43EG { get;}
string Autostar49743Eg { get;}
void Connect(string deviceId);
void Disconnect(string deviceId);
@@ -34,10 +34,10 @@ namespace ASCOM.Meade.net.Wrapper
{
#region AutostarProducts
public string AUTOSTAR497 => "Autostar";
public string Autostar497 => "Autostar";
public string AUTOSTAR497_31EE => "31Ee";
public string AUTOSTAR497_43EG => "43Eg";
public string Autostar49731Ee => "31Ee";
public string Autostar49743Eg => "43Eg";
#endregion