C# Class GPATool.Form1

Datei anzeigen Open project: hackerzhou/GPATool

Public Methods

Method Description
ChangeStyle ( eStyle style ) : void
Form1 ( ) : System
StopAllThreads ( ) : void
getInstance ( ) : Form1

Protected Methods

Method Description
Dispose ( bool disposing ) : void

清理所有正在使用的资源。

Private Methods

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

设计器支持所需的方法 - 不要 使用代码编辑器修改此方法的内容。

Method Details

ChangeStyle() public method

public ChangeStyle ( eStyle style ) : void
style eStyle
return void

Dispose() protected method

清理所有正在使用的资源。
protected Dispose ( bool disposing ) : void
disposing bool 如果应释放托管资源,为 true;否则为 false。
return void

Form1() public method

public Form1 ( ) : System
return System

StopAllThreads() public method

public StopAllThreads ( ) : void
return void

getInstance() public static method

public static getInstance ( ) : Form1
return Form1