示例#1
0
        /// <summary>
        /// Loads the kernel.
        /// </summary>
        private void LoadKernel()
        {
            var bootstrapper = new KernelBootstrapper(
                m_ShutdownEvent,
                LoadUserInterface);

            // Load the core system. This will automatically
            // run the Prism bootstrapper which will then
            // load up the UI and display it.
            bootstrapper.Load();
        }
示例#2
0
        /// <summary>
        /// Loads the kernel.
        /// </summary>
        private void LoadKernel()
        {
            var bootstrapper = new KernelBootstrapper(
                m_ShutdownEvent,
                LoadUserInterface);

            // Load the core system. This will automatically
            // run the Prism bootstrapper which will then
            // load up the UI and display it.
            bootstrapper.Load();
        }