C# Class NArrange.Gui.Configuration.ConfigurationPicker

Partial class.
显示文件 Open project: MarcStan/NArrange

Public Methods

Method Description
ConfigurationPicker ( ) : System

Creates a new ConfigurationPicker.

Refresh ( ) : void

Refreshes this control.

Private Methods

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

Method Details

ConfigurationPicker() public method

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

Refresh() public method

Refreshes this control.
public Refresh ( ) : void
return void