Exemplo n.º 1
0
 public WebBrowserPage(string content, WebBrowserEventDelegate handler)
     : this(content)
 {
     Handler = handler;
 }
Exemplo n.º 2
0
 public WebBrowserPage()
 {
     Handler = DoClick;
 }