C# Class SadConsoleEditor.Windows.SelectFilePopup

Inheritance: SadConsole.Consoles.Window
Mostra file Open project: Thraka/SadConsoleEditor Class Usage Examples

Public Methods

Method Description
Redraw ( ) : void
SelectFilePopup ( ) : System
Show ( bool modal ) : void

Private Methods

Method Description
FileLoadersList_SelectedItemChanged ( object sender, ListBox e ) : void
_cancelButton_Action ( object sender, EventArgs e ) : void
_directoryListBox_SelectedItemChanged ( object sender, SadConsoleEditor e ) : void
_directoryListBox_SelectedItemExecuted ( object sender, SadConsoleEditor e ) : void
_fileName_TextChanged ( object sender, EventArgs e ) : void
_selectButton_Action ( object sender, EventArgs e ) : void

Method Details

Redraw() public method

public Redraw ( ) : void
return void

SelectFilePopup() public method

public SelectFilePopup ( ) : System
return System

Show() public method

public Show ( bool modal ) : void
modal bool
return void