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

The view displaying the progress of the search for installed games.
Наследование: Nexus.Client.UI.ManagedFontForm
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
GameDetector_DisableButOk void
GameDetector_GameResolved void
InitializeComponent void
butCancel_Click void
butOK_Click void
butQuickStartup_Click void
butStopSearching_Click void

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

Метод Описание
GameDetectionForm ( GameDetectionVM p_vmlGameDetection ) : System

A simple constructor that initializes the object with the given values.

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

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
GameDetector_DisableButOk ( object sender, GameModeDiscoveredEventArgs e ) : void

Handles the GameDiscoverer.DisableButOk event of the game discoverer.

Disable the OK button.

GameDetector_GameResolved ( object sender, GameModeDiscoveredEventArgs e ) : void

Handles the GameDiscoverer.GameResolved event of the game discoverer.

Enables the OK button.

InitializeComponent ( ) : void

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

butCancel_Click ( object sender, EventArgs e ) : void

Handles the Control.Click event of the cancel button.

Confirms that the users wants to cancel the detection.

butOK_Click ( object sender, EventArgs e ) : void

Handles the Control.Click event of the ok button.

Closes the dialog.

butQuickStartup_Click ( object sender, EventArgs e ) : void

Handles the Control.Click event of the quick startup button.

Confirms that the users wants to luanch the quick startup.

butStopSearching_Click ( object sender, EventArgs e ) : void

Handles the Control.Click event of the stop searching button.

Confirms that the users wants to stop the game searching.

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

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

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

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

A simple constructor that initializes the object with the given values.
public GameDetectionForm ( GameDetectionVM p_vmlGameDetection ) : System
p_vmlGameDetection GameDetectionVM The game detector view model.
Результат System