예제 #1
0
 public XHtmlPresentation(FrameworkElement element)
 {
     frameworkElement = element;
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the XHtmlPresentation class.
 /// </summary>
 public XHtmlPresentation()
 {
     frameworkElement = new FrameworkElement();
 }