C# Class Reversi.OptionForm

OptionForm の概要の説明です。
Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: ufcpp/UfcppSample Class Usage Examples

Public Methods

Method Description
OptionForm ( ReversiMainForm option ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

使用されているリソースに後処理を実行します。

Private Methods

Method Description
InitializeComponent ( ) : void

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

ok_button_Click ( object sender, System e ) : void

Method Details

Dispose() protected method

使用されているリソースに後処理を実行します。
protected Dispose ( bool disposing ) : void
disposing bool
return void

OptionForm() public method

public OptionForm ( ReversiMainForm option ) : System
option ReversiMainForm
return System