C# Class Sakuno.KanColle.Amatsukaze.Services.Browser.BrowserNavigator

Inheritance: ModelBase
显示文件 Open project: amatukaze/IntelligentNavalGun Class Usage Examples

Private Properties

Property Type Description
SetCookie void

Public Methods

Method Description
BrowserNavigator ( BrowserService rpOwner ) : Sakuno.SystemInterop
GoBack ( ) : void
GoForward ( ) : void
Navigate ( ) : void
Navigate ( string rpUrl ) : void
Refresh ( ) : void
ResizeBrowserToFitGame ( ) : void

Private Methods

Method Description
SetCookie ( ) : void

Method Details

BrowserNavigator() public method

public BrowserNavigator ( BrowserService rpOwner ) : Sakuno.SystemInterop
rpOwner BrowserService
return Sakuno.SystemInterop

GoBack() public method

public GoBack ( ) : void
return void

GoForward() public method

public GoForward ( ) : void
return void

Navigate() public method

public Navigate ( ) : void
return void

Navigate() public method

public Navigate ( string rpUrl ) : void
rpUrl string
return void

Refresh() public method

public Refresh ( ) : void
return void

ResizeBrowserToFitGame() public method

public ResizeBrowserToFitGame ( ) : void
return void