1 changed file
Shell | ||
FileFilterComboBox.cs | ||
Add comment 17 // Boston, MA 2110-1301, USA.
Add comment 18 //
Add comment 19 using System;
Add comment 20 Minus using System.Collections.Generic;
Add comment 21 20 using System.ComponentModel;
Add comment 22 Minus using System.Drawing;
Add comment 23 Minus using System.IO;
Add comment 24 21 using System.Windows.Forms;
Add comment 25 Minus using System.Text;
Add comment 26 Minus using System.Text.RegularExpressions;
Add comment 27 Minus using BExplorer.Shell.Interop;
Add comment 28 22
Add comment 29 23 namespace BExplorer.Shell {
Add comment 30 24 /// <summary>