Ejemplo n.º 1
0
        /// <summary>
        ///
        /// </summary>
        /// <param name="parent"></param>
        public override void Install(DataTree parent)
        {
            CheckDisposed();

            base.Install(parent);

            AudioVisualLauncher ctrl = Control as AudioVisualLauncher;

            ctrl.Initialize(
                (FdoCache)Mediator.PropertyTable.GetValue("cache"),
                Media.MediaFileRA,
                CmFileTags.kflidInternalPath,
                "InternalPath",
                ContainingDataTree.PersistenceProvder,
                Mediator,
                "InternalPath",
                "user");
        }
Ejemplo n.º 2
0
		/// <summary>
		/// 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();
			Control = new AudioVisualLauncher();
		}
Ejemplo n.º 3
0
 /// <summary>
 /// 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();
     Control = new AudioVisualLauncher();
 }