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

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

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

Метод Описание
GameModeSelectionForm ( IList p_lstGameModes, ISettings p_setSettings ) : System

The default constructor.

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

Метод Описание
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.

StartupGameMode ( ) : void

Starts the mod manager for the selected game mode.

This makes the mod manager remember the selected game, if requested.

butOK_Click ( object sender, EventArgs e ) : void

Hanldes the Control.Click event of the OK button.

glvGameMode_MouseDoubleClick ( object sender, MouseEventArgs e ) : void

Hanldes the Control.MouseDoubleClick event of the controls.

glvGameMode_SelectedItemChanged ( object sender, SelectedItemEventArgs e ) : void

Handles the GameModeListView.SelectedItemChanged event of the game mode selection box.

This changes the icon to refect the currently selected game mode.

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

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

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

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

The default constructor.
public GameModeSelectionForm ( IList p_lstGameModes, ISettings p_setSettings ) : System
p_lstGameModes IList The list of avaliable game modes.
p_setSettings ISettings The application settings.
Результат System