Esempio n. 1
0
        public void getLocation()
        {
            DriveDAO driveDAO = new DriveDAO();

            driveDAO.getLocation();
        }
Esempio n. 2
0
        public void getFuelState()
        {
            DriveDAO driveDAO = new DriveDAO();

            driveDAO.getFuelState();
        }