C# Class NTCIR_QALab2_xml_RWmodel.Form1

Afficher le fichier Open project: Steven-Tsai/IMTKU_NTCIR_QALab2

Méthodes publiques

Méthode Description
Form1 ( ) : System
main ( string path ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

清除任何使用中的資源。

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

button1_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

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

Form1() public méthode

public Form1 ( ) : System
Résultat System

main() public méthode

public main ( string path ) : void
path string
Résultat void