예제 #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));
 }