Code inspections
This commit is contained in:
@@ -8,10 +8,16 @@ namespace ASCOM.Meade.net
|
|||||||
public class AssemblyInfo
|
public class AssemblyInfo
|
||||||
{
|
{
|
||||||
// The assembly information values.
|
// The assembly information values.
|
||||||
public string Title = string.Empty, Description = string.Empty, Company = string.Empty,
|
public string Title = string.Empty;
|
||||||
Product = string.Empty, Copyright = string.Empty, Trademark = string.Empty,
|
public string Description = string.Empty;
|
||||||
AssemblyVersion, FileVersion = string.Empty, Guid = string.Empty,
|
public string Company = string.Empty;
|
||||||
NeutralLanguage = string.Empty;
|
public string Product = string.Empty;
|
||||||
|
public string Copyright = string.Empty;
|
||||||
|
public string Trademark = string.Empty;
|
||||||
|
public string AssemblyVersion;
|
||||||
|
public string FileVersion = string.Empty;
|
||||||
|
public string Guid = string.Empty;
|
||||||
|
public string NeutralLanguage = string.Empty;
|
||||||
public bool IsComVisible;
|
public bool IsComVisible;
|
||||||
|
|
||||||
// Return a particular assembly attribute value.
|
// Return a particular assembly attribute value.
|
||||||
|
|||||||
@@ -274,6 +274,7 @@ namespace ASCOM.Meade.net
|
|||||||
/// it add the device id to the list of devices if it's not there and increments the device count.
|
/// it add the device id to the list of devices if it's not there and increments the device count.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="deviceId"></param>
|
/// <param name="deviceId"></param>
|
||||||
|
/// <param name="driverId"></param>
|
||||||
public static ConnectionInfo Connect(string deviceId, string driverId)
|
public static ConnectionInfo Connect(string deviceId, string driverId)
|
||||||
{
|
{
|
||||||
lock (LockObject)
|
lock (LockObject)
|
||||||
|
|||||||
Reference in New Issue
Block a user