C# Class BetterExplorer.TabListEditor

Interaction logic for TabListEditor.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: Gainedge/BetterExplorer

Méthodes publiques

Méthode Description
AddTab ( string loc ) : void
ExportSavedTabList ( ) : List
ImportSavedTabList ( List list ) : void
TabListEditor ( ) : System.Collections.Generic

Private Methods

Méthode Description
g_DeleteRequested ( object sender, RoutedEventArgs e ) : void
gridSplitter1_DragCompleted ( object sender, System e ) : void
gridSplitter1_DragDelta ( object sender, System e ) : void

Method Details

AddTab() public méthode

public AddTab ( string loc ) : void
loc string
Résultat void

ExportSavedTabList() public méthode

public ExportSavedTabList ( ) : List
Résultat List

ImportSavedTabList() public méthode

public ImportSavedTabList ( List list ) : void
list List
Résultat void

TabListEditor() public méthode

public TabListEditor ( ) : System.Collections.Generic
Résultat System.Collections.Generic