Example #1
0
 internal void DisplayHtmlPageSource()
 {
     string htmlSource = WebSpyBrowser.GetHtml();
     view.FillHtmlCodeBox(htmlSource);
 }