Пример #1
0
 /// <summary>
 /// Default constructor that creates an EDIDLink linked to the target EditorID
 /// </summary>
 public EDIDLink(RecordType edid)
     : this()
 {
     this.EDID = edid;
 }
Пример #2
0
 public EDIDLink()
 {
     this.EDID = Null;
 }