Beispiel #1
0
 public UnicodeStringTreeNode(UnicodeString record)
 {
     this.Record   = record;
     this.Text     = record.GetType().Name;
     this.ImageKey = "Binary";
 }