Subversion Repositories Code-Repo

Rev

Rev 48 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 48 Rev 50
Line 95... Line 95...
95
                    {
95
                    {
96
                        // Skips the drive if it is in the list of drives to ignore
96
                        // Skips the drive if it is in the list of drives to ignore
97
                        if (Settings_Form.driveLoggerDrivesToIgnore.Contains(drive.Name))
97
                        if (Settings_Form.driveLoggerDrivesToIgnore.Contains(drive.Name))
98
                            continue;
98
                            continue;
99
 
99
 
100
                        // Check for non-matching entries in the two lists
100
                        // Check for non-matching entries
101
                        if (!drivesPreviouslyDetectedList.Contains(drive.Name))
101
                        if (!drivesPreviouslyDetectedList.Contains(drive.Name))
102
                        {
102
                        {
103
                            // Creates and populates a new DriveEntry
103
                            // Creates and populates a new DriveEntry
104
                            DriveEntry newEntry = new DriveEntry();
104
                            DriveEntry newEntry = new DriveEntry();
105
                            if (newDrivesDetected == false)
105
                            if (newDrivesDetected == false)