public _GlobalDataModelsPage01(GlobalDataModels global) { DataModel_Global_Formwork = new DataModel_Global_Formwork(global); DataModel_Global_Coordinations_GroundPoint = new DataModel_Global_Coordinations_GroundPoint(global); DataModel_Global_Materials = new DataModel_Global_Materials(global); }
public Page01(GlobalDataModels global) { DataModel_Global_Formwork = global.GDMPage01.DataModel_Global_Formwork; DataModel_Global_Coordinations_GroundPoint = global.GDMPage01.DataModel_Global_Coordinations_GroundPoint; DataModel_Global_Materials = global.GDMPage01.DataModel_Global_Materials; InitializeComponent(); this.DataContext = this; }