/// <summary> /// Initializes a new instance of the <see cref="WebBrowserExUIHandlerShim"/> class. /// </summary> /// <param name="parent">The parent.</param> public WebBrowserExUIHandlerShim(WebBrowserEx parent) { this.Parent = parent; }
/// <summary> /// Initializes a new instance of the <see cref="WebBrowserExEventsShim"/> class. /// </summary> /// <param name="parent">The parent.</param> public WebBrowserExEventsShim(WebBrowserEx parent) { this.Parent = parent; }
/// <summary> /// Initializes a new instance of the <see cref="WebBrowserExSite"/> class. /// </summary> /// <param name="host">The host <see cref="T:WebBrowserEx"/>.</param> public WebBrowserExSite(WebBrowserEx host) : base(host) { this.Host = host; }