Beispiel #1
0
 public OptionNode(TemplateInfo item)
 {
     Text = item.Caption();//item.Type.ToString();
     Tag  = item;
 }