C# Class RemoteMessages.LoginForm

Afficher le fichier Open project: romsahel/RemoteMessages Class Usage Examples

Méthodes publiques

Méthode Description
LoginForm ( bool fromGhostMode = false ) : System
getGhostModePassword ( ) : string
getPassword ( ) : string
getUsername ( ) : string
setPasswordClear ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
Cancelbutton_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoginForm_Activated ( object sender, EventArgs e ) : void
LoginForm_Deactivate ( object sender, EventArgs e ) : void
LoginForm_KeyPress ( object sender, KeyPressEventArgs e ) : void
OKbutton_Click ( object sender, EventArgs e ) : void
checkRemember_CheckedChanged ( object sender, EventArgs e ) : void
password_Enter ( object sender, EventArgs e ) : void
password_Leave ( object sender, EventArgs e ) : void
username_Enter ( object sender, EventArgs e ) : void
username_Leave ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

LoginForm() public méthode

public LoginForm ( bool fromGhostMode = false ) : System
fromGhostMode bool
Résultat System

getGhostModePassword() public méthode

public getGhostModePassword ( ) : string
Résultat string

getPassword() public méthode

public getPassword ( ) : string
Résultat string

getUsername() public méthode

public getUsername ( ) : string
Résultat string

setPasswordClear() public méthode

public setPasswordClear ( ) : void
Résultat void