C# Class SadConsoleEditor.Windows.SelectFilePopup

Inheritance: SadConsole.Consoles.Window
Afficher le fichier Open project: Thraka/SadConsoleEditor Class Usage Examples

Méthodes publiques

Méthode Description
Redraw ( ) : void
SelectFilePopup ( ) : System
Show ( bool modal ) : void

Private Methods

Méthode 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 méthode

public Redraw ( ) : void
Résultat void

SelectFilePopup() public méthode

public SelectFilePopup ( ) : System
Résultat System

Show() public méthode

public Show ( bool modal ) : void
modal bool
Résultat void