Exemplo n.º 1
0
 //
 public void AddWebViewTab(string url, bool forceWebView)
 {
     WebView.AddTab(url, forceWebView);
     SetCurrent(WebView);
 }