Ejemplo n.º 1
0
 public _GlobalDataModelsPage08(GlobalDataModels global)
 {
     DataModel_ARExtUBars                = new DataModel_ARExtUBars(global);
     DataModel_ARExteriorCircularTop     = new DataModel_ARExteriorCircularTop(global);
     DataModel_ARExteriorCircularLateral = new DataModel_ARExteriorCircularLateral(global);
     DataModel_ARExteriorCircularBottom  = new DataModel_ARExteriorCircularBottom(global);
     DataModel_ARIntUBars                = new DataModel_ARIntUBars(global);
     DataModel_ARIntCircularTop          = new DataModel_ARIntCircularTop(global);
     DataModel_ARIntCircularBottom       = new DataModel_ARIntCircularBottom(global);
     DataModel_ARIntCircularLateral      = new DataModel_ARIntCircularLateral(global);
 }
        public Page08(GlobalDataModels global)
        {
            DataModel_ARExtUBars                = global.GDMPage08.DataModel_ARExtUBars;
            DataModel_ARExteriorCircularTop     = global.GDMPage08.DataModel_ARExteriorCircularTop;
            DataModel_ARExteriorCircularLateral = global.GDMPage08.DataModel_ARExteriorCircularLateral;
            DataModel_ARExteriorCircularBottom  = global.GDMPage08.DataModel_ARExteriorCircularBottom;
            DataModel_ARIntUBars                = global.GDMPage08.DataModel_ARIntUBars;
            DataModel_ARIntCircularTop          = global.GDMPage08.DataModel_ARIntCircularTop;
            DataModel_ARIntCircularLateral      = global.GDMPage08.DataModel_ARIntCircularLateral;
            DataModel_ARIntCircularBottom       = global.GDMPage08.DataModel_ARIntCircularBottom;

            InitializeComponent();
            this.DataContext = this;
        }