public WebHelpers(Util.AppSettings settings)
 {
     _settings                  = settings;
     _wb                        = new ScreenCaptureMagic.Util.WebBrowser();
     _wb.ScrollBarsEnabled      = false;
     _wb.ScriptErrorsSuppressed = true;
     _wb.AllowNavigation        = true;
 }
예제 #2
0
 public WebHelpers(Util.AppSettings settings)
 {
     _settings = settings;
     _wb = new ScreenCaptureMagic.Util.WebBrowser();
     _wb.ScrollBarsEnabled = false;
     _wb.ScriptErrorsSuppressed = true;
     _wb.AllowNavigation = true;
 }