C# 클래스 Nexus.Client.GameDetectionForm

The view displaying the progress of the search for installed games.
상속: Nexus.Client.UI.ManagedFontForm
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

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