C# Класс Nexus.Client.LoginForm

A form that gathers login credentials.
Наследование: Nexus.Client.UI.ManagedFontForm
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
InitializeComponent void
LoginForm_FormClosed void
butCancel_Click void
butLogin_Click void
butOffline_Click void
lblError_TextChanged void

Открытые методы

Метод Описание
LoginForm ( Nexus.Client.LoginFormVM p_vmlViewModel, LoginFormTask p_lftLoginTask ) : System

A simple constructor the initializes the object with the given values.

Защищенные методы

Метод Описание
ApplyTheme ( Theme p_thmTheme ) : void

Applies the given theme to the form.

Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
InitializeComponent ( ) : void

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

LoginForm_FormClosed ( object sender, EventArgs e ) : void
butCancel_Click ( object sender, EventArgs e ) : void

Handles the Control.Click event of the conacel button.

butLogin_Click ( object sender, EventArgs e ) : void

Handles the Control.Click event of the login button.

butOffline_Click ( object sender, EventArgs e ) : void
lblError_TextChanged ( object sender, EventArgs e ) : void

Handles the Control.TextChanged event of the error label.

Show or hides the error label, depending on whether it contains any text.

Описание методов

ApplyTheme() защищенный Метод

Applies the given theme to the form.
protected ApplyTheme ( Theme p_thmTheme ) : void
p_thmTheme Theme The theme to apply.
Результат void

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

LoginForm() публичный Метод

A simple constructor the initializes the object with the given values.
public LoginForm ( Nexus.Client.LoginFormVM p_vmlViewModel, LoginFormTask p_lftLoginTask ) : System
p_vmlViewModel Nexus.Client.LoginFormVM The view model that provides the data and operations for this view.
p_lftLoginTask LoginFormTask
Результат System