C# Class Opc.Ua.Configuration.UserPasswordChangeForm

Change the password for form.
Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
UserPasswordChangeForm ( ) : System

Creates an empty form.

Private Methods

Method Description
CancelButton_Click ( object sender, EventArgs e ) : void
OkButton_Click ( object sender, EventArgs e ) : void
UserPasswordChangeForm_Shown ( object sender, EventArgs e ) : void

Method Details

UserPasswordChangeForm() public method

Creates an empty form.
public UserPasswordChangeForm ( ) : System
return System