C# Class myOCR.Form1

Show file Open project: aaaddress1/easyChptchaOCR

Public Methods

Method Description
Form1 ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

清除任何使用中的資源。

Private Methods

Method Description
Form1_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

此為設計工具支援所需的方法 - 請勿使用程式碼編輯器 修改這個方法的內容。

button1_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

清除任何使用中的資源。
protected Dispose ( bool disposing ) : void
disposing bool 如果應該處置 Managed 資源則為 true,否則為 false。
return void

Form1() public method

public Form1 ( ) : System
return System