예제 #1
0
 internal HtmlHistory(Mono.WebBrowser.IWebBrowser webHost,
                      Mono.WebBrowser.DOM.IHistory history)
 {
     this.webHost = webHost;
     this.history = history;
 }
예제 #2
0
		internal HtmlHistory (Mono.WebBrowser.IWebBrowser webHost, 
		                      Mono.WebBrowser.DOM.IHistory history)
		{
			this.webHost = webHost;
			this.history = history;
		}