C# Класс NArrange.Gui.Configuration.ConfigurationPicker

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

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

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

Creates a new ConfigurationPicker.

Refresh ( ) : void

Refreshes this control.

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

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

Event handler for the Browse button click event.

HandleButtonCreateClick ( object sender, EventArgs e ) : void

Event handler for the Create button click event.

HandleButtonEditClick ( object sender, EventArgs e ) : void

Event handler for the Edit button click event.

HandleTextBoxFileTextChanged ( object sender, EventArgs e ) : void

Event handler for the file textbox TextChanged event.

OnCreateClick ( ) : void

Called when the Create button is clicked.

OnEditClick ( ) : void

Called when the Edit button is clicked.

UpdateButtons ( ) : void

Updates the button state when the selected file changes.

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

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

Creates a new ConfigurationPicker.
public ConfigurationPicker ( ) : System
Результат System

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

Refreshes this control.
public Refresh ( ) : void
Результат void