C# Class Nexus.Client.Settings.UI.SettingsForm

Datei anzeigen Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Private Properties

Property Type Description
InitializeComponent void
butOK_Click void

Public Methods

Method Description
SettingsForm ( SettingsFormVM p_vmlViewModel ) : System

The default constructor.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

SaveGameModeSettings ( ) : bool

Persists the game-mode specific settings.

Private Methods

Method Description
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.

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

SaveGameModeSettings() protected method

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

SettingsForm() public method

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