C# Class DrutNET.LoginForm

Inheritance: BaseForm
Afficher le fichier Open project: bricel/DrutNet

Méthodes publiques

Méthode Description
LoginForm ( bool confirmExit ) : System

Login to Drupal dialog

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

WndProc ( System &m ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Login ( ) : void
LoginForm_Shown ( object sender, EventArgs e ) : void
btnLogin_Click ( object sender, EventArgs e ) : void
txbPassword_KeyDown ( object sender, KeyEventArgs e ) : void
txbUserName_PreviewKeyDown ( object sender, PreviewKeyDownEventArgs e ) : void
writeMessage ( string text, string mSender, Enums mType, bool verbose ) : 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

Login to Drupal dialog
public LoginForm ( bool confirmExit ) : System
confirmExit bool Display a confirm dialog before exiting
Résultat System

WndProc() protected méthode

protected WndProc ( System &m ) : void
m System
Résultat void