public PointsTreeNodeOperation(GeoTree TreeControl)
 {
     this.m_GeoTree = TreeControl;
     this.m_PointsTreeNode = TreeControl.PointsTreeNode;
 }
Exemple #2
0
 public GeoToolBarUC(GeoForm form, GeoTree treeCtrl, IApplicationContext appContext, GeoEventManager geoEventManager) : this()
 {
     this.m_GeoForm = form;
     this.m_GeoTree = treeCtrl;
     this.m_GeoTree.Controller.AddMapShapeEvent += new AddMapShapeEventHandler(this.AddMapShapeOperation);
     this.m_CurScaleComboText = this.m_GeoForm.InitScale;
     this.m_AppContext = appContext;
     this.m_GeoEventManager = geoEventManager;
 }
 public LinesTreeNodeOperation(GeoTree TreeControl)
 {
     this.m_GeoTree = TreeControl;
     this.m_LinesTreeNode = TreeControl.LinesTreeNode;
 }