示例#1
0
 public void NavigateTutorial(string href)
 {
     _webBrowserView.Navigate(GetTutorialFilePath(href));
 }