C# Class mRemoteNG.UI.Forms.PasswordForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: mRemoteNG/mRemoteNG Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
PasswordForm ( string passwordName = null, bool verify = true ) : System

Private Methods

Méthode 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 méthode

public PasswordForm ( string passwordName = null, bool verify = true ) : System
passwordName string
verify bool
Résultat System