Example #1
0
 public ContainerTreeNode(IComposite fVo)
     : base(fVo.GetName())
 {
     this.Container = fVo;
 }