C# Class mRemoteNG.UI.Forms.PasswordForm

Inheritance: System.Windows.Forms.Form
显示文件 Open project: mRemoteNG/mRemoteNG Class Usage Examples

Private Properties

Property Type Description
ApplyLanguage void
Dispose void
HideStatus void
InitializeComponent void
ShowStatus void
VerifyPassword bool
btnCancel_Click void
btnOK_Click void
frmPassword_Load void
txtPassword_TextChanged void

Public Methods

Method Description
PasswordForm ( string passwordName = null, bool verify = true ) : System

Private Methods

Method Description
ApplyLanguage ( ) : void
Dispose ( bool disposing ) : void
HideStatus ( ) : void
InitializeComponent ( ) : void
ShowStatus ( string status ) : void
VerifyPassword ( ) : bool
btnCancel_Click ( object sender, EventArgs e ) : void
btnOK_Click ( object sender, EventArgs e ) : void
frmPassword_Load ( object sender, EventArgs e ) : void
txtPassword_TextChanged ( object sender, EventArgs e ) : void

Method Details

PasswordForm() public method

public PasswordForm ( string passwordName = null, bool verify = true ) : System
passwordName string
verify bool
return System