Ejemplo n.º 1
0
        /// <summary>
        /// Creates an instance of a LoaderBase that will be used to handle loading.
        /// </summary>
        /// <returns>An instance of a LoaderBase.</returns>
        protected override LoaderBase CreateLoader()
        {
            loader = new CaliburnNavigationLoader(this);

            return loader;
        }
Ejemplo n.º 2
0
        /// <summary>
        /// Creates an instance of a LoaderBase that will be used to handle loading.
        /// </summary>
        /// <returns>An instance of a LoaderBase.</returns>
        protected override LoaderBase CreateLoader()
        {
            loader = new CaliburnNavigationLoader(this);

            return(loader);
        }