C# 클래스 Sakuno.KanColle.Amatsukaze.Services.Browser.BrowserNavigator

상속: ModelBase
파일 보기 프로젝트 열기: amatukaze/IntelligentNavalGun 1 사용 예제들

Private Properties

프로퍼티 타입 설명
SetCookie void

공개 메소드들

메소드 설명
BrowserNavigator ( BrowserService rpOwner ) : Sakuno.SystemInterop
GoBack ( ) : void
GoForward ( ) : void
Navigate ( ) : void
Navigate ( string rpUrl ) : void
Refresh ( ) : void
ResizeBrowserToFitGame ( ) : void

비공개 메소드들

메소드 설명
SetCookie ( ) : void

메소드 상세

BrowserNavigator() 공개 메소드

public BrowserNavigator ( BrowserService rpOwner ) : Sakuno.SystemInterop
rpOwner BrowserService
리턴 Sakuno.SystemInterop

GoBack() 공개 메소드

public GoBack ( ) : void
리턴 void

GoForward() 공개 메소드

public GoForward ( ) : void
리턴 void

Navigate() 공개 메소드

public Navigate ( ) : void
리턴 void

Navigate() 공개 메소드

public Navigate ( string rpUrl ) : void
rpUrl string
리턴 void

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

ResizeBrowserToFitGame() 공개 메소드

public ResizeBrowserToFitGame ( ) : void
리턴 void