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);
            }
Ejemplo n.º 2
0
        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;
        }