Exemplo n.º 1
0
 private void linkClick(object sender, RoutedEventArgs e)
 {
     mw.AddTabWebView(this.linkUrl);
 }
Exemplo n.º 2
0
        private void viewHelp(object sender, RoutedEventArgs e)
        {
            Uri url = new Uri(System.IO.Path.GetFullPath("Help/rescite.html"), UriKind.RelativeOrAbsolute);

            mw.AddTabWebView(url, 1);
        }