C# Class TeX2img.AboutDialog

Inheritance: System.Windows.Forms.Form
Show file Open project: abenori/TeX2img

Public Methods

Method Description
AboutDialog ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

使用中のリソースをすべてクリーンアップします。

Private Methods

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

デザイナ サポートに必要なメソッドです。このメソッドの内容を コード エディタで変更しないでください。

OKButton_Click ( object sender, EventArgs e ) : void

Method Details

AboutDialog() public method

public AboutDialog ( ) : System
return System

Dispose() protected method

使用中のリソースをすべてクリーンアップします。
protected Dispose ( bool disposing ) : void
disposing bool マネージ リソースが破棄される場合 true、破棄されない場合は false です。
return void