コード例 #1
0
        public RecordAggregateTreeNode(RecordAggregate record)
        {
            this.Record = record;
            this.Text = record.GetType().Name;
            this.ImageKey = "Folder";
            this.SelectedImageKey = "Folder";

            GetChildren();
        }