C# 클래스 Nexus.Client.LoginForm

A form that gathers login credentials.
상속: Nexus.Client.UI.ManagedFontForm
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

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