Exemplo n.º 1
0
        //public BuildingOperation bo { get; set; }
        //public ChartCreationAndOperations coprn { get; set; }

        public ObjectCollection()
        {
            mc   = new MainController();
            idsc = new InitialDatabaseSetupController();
            dom  = new DatabaseOperationModel();
            // bo = new BuildingOperation();
            //coprn = new ChartCreationAndOperations();
        }
Exemplo n.º 2
0
 public void objectInitialization()
 {
     ObjColl = new ObjectCollection();
     //ObjColl.InitializeAllObjects();
     mc   = ObjColl.mc;
     idsc = ObjColl.idsc;
     dom  = ObjColl.dom;
     //bo = ObjColl.bo;
 }
Exemplo n.º 3
0
 public Form_Main_PH_Application()
 {
     InitializeComponent();
     //bo = new BuildingOperation();
     ObjColl = new ObjectCollection();
     //ObjColl.InitializeAllObjects();
     mc   = ObjColl.mc;
     idsc = ObjColl.idsc;
     dom  = ObjColl.dom;
 }