Code inspections

This commit is contained in:
2019-07-19 13:22:15 +01:00
parent c1cae2b0c4
commit d6f72c8222
7 changed files with 36 additions and 54 deletions
+1 -8
View File
@@ -430,14 +430,7 @@ namespace ASCOM.Meade.net
});
}
public int Position
{
get
{
throw new PropertyNotImplementedException("Position", false);
//return focuserPosition; // Return the focuser position
}
}
public int Position => throw new PropertyNotImplementedException("Position", false);
public double StepSize
{