C# Class NArrange.Gui.Configuration.ConfigurationEditorForm

显示文件 Open project: MarcStan/NArrange

Private Properties

Property Type Description
CreateConfiguration void
HandleButtonCancelClick void
HandleButtonCreateClick void
HandleButtonSaveClick void
HandleConfigurationPickerEditClick void
InitializeComponent void
LoadConfiguration void
SaveConfiguration void

Public Methods

Method Description
ConfigurationEditorForm ( ) : System

Creates a new ConfigurationEditorForm.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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.

Method Details

ConfigurationEditorForm() public method

Creates a new ConfigurationEditorForm.
public ConfigurationEditorForm ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void