public MonitoringPanel() { InitializeComponent(); App app = App.Current as App; _treePanel = new IS3Tree(this, MonitoringTreeView, app.Project.MonitoringTree); }
public StructurePanel() { InitializeComponent(); App app = App.Current as App; _treePanel = new IS3Tree(this, StructureTreeView, app.Project.StructureTree); }
public GeologyPanel() { InitializeComponent(); App app = App.Current as App; _treePanel = new IS3Tree(this, GeologyTreeView, app.Project.GeoTree); }