Esempio n. 1
0
        public AddRelayOperator(IApplicationContext appContext, NetEntityMgr netEntityData)
        {
            m_NetEntityData = netEntityData;
            m_Cursor = new Cursor(Huawei.UNet.Common.GlobalResource.GlobalResource._25.GetHicon());
            m_NetEvent = ServiceHelper.Lookup<INetEntity>(appContext) as GisNetEntityEvent;
            m_Helper = ServiceHelper.Lookup<IGeoSelectionHelper>(appContext);
 
        }
Esempio n. 2
0
 public GisNetEntityEvent(IApplicationContext appContext, NetEntityMgr netEntityData)
 {
     this.m_AppContext = appContext;
     this.m_NetEntityData = netEntityData;
 }