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

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

공개 메소드들

메소드 설명
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