C# 클래스 MetaGeta.Browser.Browser

파일 보기 프로젝트 열기: anyoun/metageta

Private Properties

프로퍼티 타입 설명
Browser System
UpdateCurrent void

공개 메소드들

메소드 설명
GetCurrentView ( ) : TagView
GetFileView ( ) : FileView
Pop ( ) : void
Push ( MGTag tag ) : void

비공개 메소드들

메소드 설명
Browser ( MGDataStore ds, string path ) : System
UpdateCurrent ( ) : void

메소드 상세

GetCurrentView() 공개 메소드

public GetCurrentView ( ) : TagView
리턴 TagView

GetFileView() 공개 메소드

public GetFileView ( ) : FileView
리턴 FileView

Pop() 공개 메소드

public Pop ( ) : void
리턴 void

Push() 공개 메소드

public Push ( MGTag tag ) : void
tag MGTag
리턴 void