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

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

Private Properties

Свойство Тип Описание
CreateConfiguration void
HandleButtonCancelClick void
HandleButtonCreateClick void
HandleButtonSaveClick void
HandleConfigurationPickerEditClick void
InitializeComponent void
LoadConfiguration void
SaveConfiguration void

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

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

Creates a new ConfigurationEditorForm.

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

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

Clean up any resources being used.

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

Метод Описание
CreateConfiguration ( string filename ) : void

Creates a new configuration using the specified filename and updates the UI.

HandleButtonCancelClick ( object sender, EventArgs e ) : void

Event handler for the Cancel button click event.

HandleButtonCreateClick ( object sender, EventArgs e ) : void

Event handler for the Create button click event.

HandleButtonSaveClick ( object sender, EventArgs e ) : void

Event handler for the Save button click event.

HandleConfigurationPickerEditClick ( object sender, EventArgs e ) : void

Event handler for the configuration picker EditClick event.

InitializeComponent ( ) : void

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

LoadConfiguration ( string filename ) : void

Loads the configuration file into the editor and updates the UI state.

SaveConfiguration ( string filename ) : void

Saves the current configuration to the specified file and updates the UI.

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

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

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

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

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