Example #1
0
        //Function that returns the value for the database functionality
        public static bool checkDB()
        {
            bool valor = DBManager.testConn();

            return(valor);
        }