C# Класс Nexus.Client.Games.Settings.RequiredDirectoriesControl

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
Errors_ErrorChanged void
InitializeComponent void
butSelectInfoDirectory_Click void
butSelectModDirectory_Click void
butSelectToolDirectory_Click void

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

Метод Описание
RequiredDirectoriesControl ( ) : System

The default constructor.

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

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

Clean up any resources being used.

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

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

Handles the ErrorContainer.ErrorChanged event of the validation errors object.

InitializeComponent ( ) : void

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

butSelectInfoDirectory_Click ( object sender, EventArgs e ) : void

Handles the Control.Click event of the select install info button.

This opens the folder selection dialog for the install info directory.

butSelectModDirectory_Click ( object sender, EventArgs e ) : void

Handles the Control.Click event of the select mod directory button.

This opens the folder selection dialog for the mod directory.

butSelectToolDirectory_Click ( object sender, EventArgs e ) : void

Handles the Control.Click event of the select tool directory button.

This opens the folder selection dialog for the tool directory.

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

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

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

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

The default constructor.
public RequiredDirectoriesControl ( ) : System
Результат System