C# 클래스 Opc.Ua.Configuration.UserAddControl

파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 메소드들

메소드 설명
UserAddControl ( ) : System

Creates an empty control.

UserAddControl ( Form owner ) : System

Creates a control with owner as input.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

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

비공개 메소드들

메소드 설명
CloseButton_Click ( object sender, EventArgs e ) : void
CreateButton_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

메소드 상세

Dispose() 보호된 메소드

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

UserAddControl() 공개 메소드

Creates an empty control.
public UserAddControl ( ) : System
리턴 System

UserAddControl() 공개 메소드

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