C# 클래스 BetterExplorer.TabListEditor

Interaction logic for TabListEditor.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: Gainedge/BetterExplorer

공개 메소드들

메소드 설명
AddTab ( string loc ) : void
ExportSavedTabList ( ) : List
ImportSavedTabList ( List list ) : void
TabListEditor ( ) : System.Collections.Generic

비공개 메소드들

메소드 설명
g_DeleteRequested ( object sender, RoutedEventArgs e ) : void
gridSplitter1_DragCompleted ( object sender, System e ) : void
gridSplitter1_DragDelta ( object sender, System e ) : void

메소드 상세

AddTab() 공개 메소드

public AddTab ( string loc ) : void
loc string
리턴 void

ExportSavedTabList() 공개 메소드

public ExportSavedTabList ( ) : List
리턴 List

ImportSavedTabList() 공개 메소드

public ImportSavedTabList ( List list ) : void
list List
리턴 void

TabListEditor() 공개 메소드

public TabListEditor ( ) : System.Collections.Generic
리턴 System.Collections.Generic