Exemplo n.º 1
0
 /// <summary>
 /// 实例化Socket设备属性
 /// </summary>
 /// <param name="brand"></param>
 /// <param name="number"></param>
 /// <param name="id"></param>
 public SocketProperty(ProCommon.Communal.DeviceBrand brand, int number, string id) : this()
 {
     this.Brand  = ProCommon.Communal.DeviceBrand.Microsoft;
     this.Number = number;
     this.ID     = id;
 }
Exemplo n.º 2
0
 public BoardProperty(ProCommon.Communal.DeviceBrand brand, int number, string id) : this()
 {
     this.Brand  = brand;
     this.Number = number;
     this.ID     = id;
 }