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

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

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

            sqlLibro = new adoNetSQL(pathDB);
        }