C# Class WebMarco.Frontend.PlatformImplemented.iOS.MainWebView

Inheritance: BaseWebView
Datei anzeigen Open project: vhnatyk/WebMarco.2.0

Public Methods

Method Description
MainWebView ( IBaseWindow window, BaseWebPage defaultPage ) : System

Protected Methods

Method Description
InitializeComponent ( ) : void

Lets mark such methods with some special tag, like: #ExtraInit MainWebView so we would be able to locate them, if necessary, with text search.

Method Details

InitializeComponent() protected method

Lets mark such methods with some special tag, like: #ExtraInit MainWebView so we would be able to locate them, if necessary, with text search.
protected InitializeComponent ( ) : void
return void

MainWebView() public method

public MainWebView ( IBaseWindow window, BaseWebPage defaultPage ) : System
window IBaseWindow
defaultPage WebMarco.Frontend.Common.BaseWebPage
return System