示例#1
0
文件: Rules.cs 项目: mrsteamfist/nwv
 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);
 }
示例#2
0
 public Rules()
 {
     WebControl = new WebUserControl();
     WebControl.ControlLoaded += _webControl_Loaded;
     _contentView              = new ContentView(WebControl, new NativeWebView.HTML.CSS.CSSDocument(CSS));
 }