a3408a86c3
SideOfPier also supports German EQ
12 lines
212 B
C#
12 lines
212 B
C#
namespace ASCOM.Meade.net
|
|
{
|
|
public enum Alignment
|
|
{
|
|
NeedsAlignment,
|
|
OneStarAligned,
|
|
TwoStarAligned,
|
|
ThreeStarAligned,
|
|
AlignedOnHome,
|
|
ScopeWasParked,
|
|
}
|
|
} |