Beispiel #1
0
 public CT_DataModel()
 {
     this.extLstField = new CT_OfficeArtExtensionList();
     this.wholeField = new CT_WholeE2oFormatting();
     this.bgField = new CT_BackgroundFormatting();
     this.cxnLstField = new List<CT_Cxn>();
     this.ptLstField = new List<CT_Pt>();
 }
Beispiel #2
0
 public CT_DataModel()
 {
     this.extLstField = new CT_OfficeArtExtensionList();
     this.wholeField  = new CT_WholeE2oFormatting();
     this.bgField     = new CT_BackgroundFormatting();
     this.cxnLstField = new List <CT_Cxn>();
     this.ptLstField  = new List <CT_Pt>();
 }