C# 클래스 Nexus.Client.GameModeSelectionForm

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

공개 메소드들

메소드 설명
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