C# 클래스 NArrange.Gui.Configuration.ConfigurationEditorForm

파일 보기 프로젝트 열기: MarcStan/NArrange

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