Ejemplo n.º 1
0
        // methods (CAN DO)
        public void ProcessInstall(Applications app, HardDrive hardDrive, RAM ram)
        {
            Applications application = app;

            hardDrive.applicationsInHardDrive.Add(application);
        }
        // methods (CAN DO)

        public void GameInstall(Games requiredEffectiveMemory, HardDrive hardDrive, RAM ram)
        {
            Games game = requiredEffectiveMemory;

            hardDrive.gamesInHardDrive.Add(requiredEffectiveMemory);
        }