Exemple #1
0
        public clsGenere(string nomeDB)
        {
            string pathDB = Application.StartupPath + "\\" + nomeDB;

            sqlGenere = new adoNetSQL(pathDB);
        }
Exemple #2
0
        public clsPrestito(string nomeDB)
        {
            string pathDB = Application.StartupPath + "\\" + nomeDB;

            sqlPrestito = new adoNetSQL(pathDB);
        }
Exemple #3
0
        public clsLibro(string nomeDB)
        {
            string pathDB = Application.StartupPath + "\\" + nomeDB;

            sqlLibro = new adoNetSQL(pathDB);
        }