C# Class DrutNET.LoginForm

Inheritance: BaseForm
Mostra file Open project: bricel/DrutNet

Public Methods

Method Description
LoginForm ( bool confirmExit ) : System

Login to Drupal dialog

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

WndProc ( System &m ) : void

Private Methods

Method 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 method

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

LoginForm() public method

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

WndProc() protected method

protected WndProc ( System &m ) : void
m System
return void