C# Class CaptchaRecogition.Process4

Exibir arquivo Open project: ccccccmd/ReCapcha Class Usage Examples

Public Methods

Method Description
Process4 ( ) : System
Process4 ( string noise, string binary ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Process4_Load ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Process4() public method

public Process4 ( ) : System
return System

Process4() public method

public Process4 ( string noise, string binary ) : System
noise string
binary string
return System