示例#1
0
 internal Section(SectionList parent, string title, Widget child)
 {
     this.Parent = parent;
     this.title  = title;
     this.Child  = child;
 }
示例#2
0
			internal Section (SectionList parent, string title, Widget child)
			{
				this.Parent = parent;
				this.title = title;
				this.Child = child;
			}