Exemplo n.º 1
0
 internal Section(DataForm Form, string Title, ReportedReference ReportedReference)
     : base(Form)
 {
     this.label             = Title;
     this.staticElements    = new LayoutElement[1];
     this.staticElements[0] = ReportedReference;
 }
Exemplo n.º 2
0
 internal Page(DataForm Form, string Title, ReportedReference ReportedReference)
     : base(Form, Title, ReportedReference)
 {
 }