8 lines
164 B
C#
8 lines
164 B
C#
namespace ASCOM.Meade.net
|
|
{
|
|
public class ConnectionInfo
|
|
{
|
|
//public int Connections { get; set; }
|
|
public int SameDevice { get; set; }
|
|
}
|
|
} |