Exemplo n.º 1
0
 public static string GetHtml(WebBrowser d)
 {
     return((string)d.GetValue(HtmlProperty));
 }
Exemplo n.º 2
0
 public static ObservableCollection <IList <IDictionary <string, object> > > GetDumpObjects(WebBrowser webBrowser)
 {
     return((ObservableCollection <IList <IDictionary <string, object> > >)webBrowser.GetValue(DumpObjectsProperty));
 }