Esempio n. 1
0
        //********** CONSTRUCTEUR **********//

        public SR2DDatabase()
        {
            connection = new SR2DConnection(this);
        }
Esempio n. 2
0
        //********** CONSTRUCTEUR **********//

        public SR2DDataset(SR2DDatabase db, SR2DConnection co)
        {
            this.database   = db;
            this.connection = co;
        }