C# Класс Nexus.Client.Settings.UI.SettingsForm

Показать файл Открыть проект Примеры использования класса

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