示例#1
0
 public void NavigateTo(string uri)
 {
     if (BrowserView != null)
     {
         BrowserView.SetAddressBar(uri);
     }
 }