C# 클래스 Nexus.Client.Settings.UI.SettingsForm

파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

Private Properties

프로퍼티 타입 설명
InitializeComponent void
butOK_Click void

공개 메소드들

메소드 설명
SettingsForm ( SettingsFormVM p_vmlViewModel ) : System

The default constructor.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

SaveGameModeSettings ( ) : bool

Persists the game-mode specific settings.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

butOK_Click ( object sender, EventArgs e ) : void

Hanldes the Control.Click event of the OK button.

This persists the settings.

메소드 상세

Dispose() 보호된 메소드

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

SaveGameModeSettings() 보호된 메소드

Persists the game-mode specific settings.
protected SaveGameModeSettings ( ) : bool
리턴 bool

SettingsForm() 공개 메소드

The default constructor.
public SettingsForm ( SettingsFormVM p_vmlViewModel ) : System
p_vmlViewModel SettingsFormVM
리턴 System