Property | Type | Description | |
---|---|---|---|
InitializeComponent | void | ||
LoginForm_FormClosed | void | ||
butCancel_Click | void | ||
butLogin_Click | void | ||
butOffline_Click | void | ||
lblError_TextChanged | void |
Method | Description | |
---|---|---|
LoginForm ( Nexus.Client.LoginFormVM p_vmlViewModel, |
A simple constructor the initializes the object with the given values.
|
Method | Description | |
---|---|---|
ApplyTheme ( Theme p_thmTheme ) : void |
Applies the given theme to the form.
|
|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
LoginForm_FormClosed ( object sender, |
||
butCancel_Click ( object sender, |
Handles the Control.Click event of the conacel button.
|
|
butLogin_Click ( object sender, |
Handles the Control.Click event of the login button.
|
|
butOffline_Click ( object sender, |
||
lblError_TextChanged ( object sender, |
Handles the Control.TextChanged event of the error label. Show or hides the error label, depending on whether it contains any text. |
protected ApplyTheme ( Theme p_thmTheme ) : void | ||
p_thmTheme | Theme | The theme to apply. |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public LoginForm ( Nexus.Client.LoginFormVM p_vmlViewModel, |
||
p_vmlViewModel | Nexus.Client.LoginFormVM | The view model that provides the data and operations for this view. |
p_lftLoginTask | ||
return | System |