Code inspections
This commit is contained in:
@@ -8,10 +8,16 @@ namespace ASCOM.Meade.net
|
||||
public class AssemblyInfo
|
||||
{
|
||||
// The assembly information values.
|
||||
public string Title = string.Empty, Description = string.Empty, Company = string.Empty,
|
||||
Product = string.Empty, Copyright = string.Empty, Trademark = string.Empty,
|
||||
AssemblyVersion, FileVersion = string.Empty, Guid = string.Empty,
|
||||
NeutralLanguage = string.Empty;
|
||||
public string Title = string.Empty;
|
||||
public string Description = string.Empty;
|
||||
public string Company = 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;
|
||||
|
||||
// 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.
|
||||
/// </summary>
|
||||
/// <param name="deviceId"></param>
|
||||
/// <param name="driverId"></param>
|
||||
public static ConnectionInfo Connect(string deviceId, string driverId)
|
||||
{
|
||||
lock (LockObject)
|
||||
|
||||
Reference in New Issue
Block a user