Initializes a new instance of the Validator class.
Namespace: CleanCode.FormsAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax
public Validator( Button okButton, ErrorProvider errorProvider )
Parameters
- okButton
- Type: System.Windows.Forms Button
The "ok" button of the Form being validated.
- errorProvider
- Type: System.Windows.Forms ErrorProvider
The ErrorProvider component.
Remarks
See Also