Initializes a new instance of
the FileNavigator class.
Namespace: CleanCode.IOAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax
Parameters
- comboBox
- Type: System.Windows.Forms ComboBox
The ComboBox to reference.
- extension
- Type: System String
The filtering extension (e.g. "xml") -- do not include the preceding period. If null, then all files will be candidates.
See Also