Beispiel #1
0
        void IInitializable.Initialize()
        {
            if (m_resourceLister == null) return;

            m_resourceLister.SelectionChanged += resourceLister_SelectionChanged;
            m_renderSurface = new NativeViewControl();
            m_controlHostService.RegisterControl(m_renderSurface, m_controlInfo, null);
            Init();
        }
Beispiel #2
0
        void IInitializable.Initialize()
        {
            if (m_resourceLister == null)
            {
                return;
            }

            m_resourceLister.SelectionChanged += resourceLister_SelectionChanged;
            m_renderSurface = new NativeViewControl();
            m_controlHostService.RegisterControl(m_renderSurface, m_controlInfo, null);
            Init();
        }