/// <summary> /// Therefore this method, called once we have a cache and object, is our first chance to /// actually create the embedded control. /// </summary> public override void FinishInit() { CheckDisposed(); var ctrl = new AnalysisInterlinearRs(m_cache, (IWfiAnalysis)Object, ConfigurationNode, StringTbl) { Mediator = Mediator }; Control = ctrl; //if (ctrl.RootBox == null) // ctrl.MakeRoot(); }
/// <summary> /// Therefore this method, called once we have a cache and object, is our first chance to /// actually create the embedded control. /// </summary> public override void FinishInit() { CheckDisposed(); var ctrl = new AnalysisInterlinearRs(m_cache, (IWfiAnalysis)Object, ConfigurationNode) { Mediator = Mediator }; Control = ctrl; //if (ctrl.RootBox == null) // ctrl.MakeRoot(); }