Esempio n. 1
0
		/// <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();
			AnalysisInterlinearRS ctrl = new AnalysisInterlinearRS(m_cache, Object.Hvo, ConfigurationNode, StringTbl);
			ctrl.Mediator = Mediator;
			Control = ctrl;
			//if (ctrl.RootBox == null)
			//    ctrl.MakeRoot();
		}
Esempio n. 2
0
        /// <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();
            AnalysisInterlinearRS ctrl = new AnalysisInterlinearRS(m_cache, Object.Hvo, ConfigurationNode, StringTbl);

            ctrl.Mediator = Mediator;
            Control       = ctrl;
            //if (ctrl.RootBox == null)
            //    ctrl.MakeRoot();
        }