示例#1
0
 public NavigationDelegate(HtmlElement parent)
 {
     _parent = new WeakReference<HtmlElement>(parent);
 }