Example #1
0
 public void Delete()
 {
     view = null;
     tabs = null;
 }
Example #2
0
 public CRMTab(CRMTabs _tabs, ChromiumWebBrowser _view, string _url)
 {
     tabs = _tabs;
     view = _view;
     url  = _url;
 }