C# Class MetaGeta.Browser.Browser

Afficher le fichier Open project: anyoun/metageta

Private Properties

Свойство Type Description
Browser System
UpdateCurrent void

Méthodes publiques

Méthode Description
GetCurrentView ( ) : TagView
GetFileView ( ) : FileView
Pop ( ) : void
Push ( MGTag tag ) : void

Private Methods

Méthode Description
Browser ( MGDataStore ds, string path ) : System
UpdateCurrent ( ) : void

Method Details

GetCurrentView() public méthode

public GetCurrentView ( ) : TagView
Résultat TagView

GetFileView() public méthode

public GetFileView ( ) : FileView
Résultat FileView

Pop() public méthode

public Pop ( ) : void
Résultat void

Push() public méthode

public Push ( MGTag tag ) : void
tag MGTag
Résultat void