C# Class Opc.Ua.Configuration.UserAddControl

ファイルを表示 Open project: OPCFoundation/UA-.NET

Public Methods

Method Description
UserAddControl ( ) : System

Creates an empty control.

UserAddControl ( Form owner ) : System

Creates a control with owner as input.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

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

Private Methods

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

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

Method Details

Dispose() protected method

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

UserAddControl() public method

Creates an empty control.
public UserAddControl ( ) : System
return System

UserAddControl() public method

Creates a control with owner as input.
public UserAddControl ( Form owner ) : System
owner Form
return System