Ejemplo n.º 1
0
 public Rules(WebUserControl control)
 {
     WebControl = control;
     WebControl.ControlLoaded += _webControl_Loaded;
     _contentView              = new ContentView(WebControl, new NativeWebView.HTML.CSS.CSSDocument(CSS));
     //_webControl_Loaded (this, EventArgs.Empty);
 }
Ejemplo n.º 2
0
 public Rules()
 {
     WebControl = new WebUserControl();
     WebControl.ControlLoaded += _webControl_Loaded;
     _contentView              = new ContentView(WebControl, new NativeWebView.HTML.CSS.CSSDocument(CSS));
 }