コード例 #1
0
ファイル: PrismHelper.cs プロジェクト: matthijskoopman/Catel
 /// <summary>
 /// Prepares prism without requiring a bootstrapper implementation.
 /// </summary>
 public static void PrepareWithoutBootstrapper()
 {
     var standaloneBootstrapper = new StandaloneBootstrapper();
     standaloneBootstrapper.Run(true);
 }
コード例 #2
0
        /// <summary>
        /// Prepares prism without requiring a bootstrapper implementation.
        /// </summary>
        public static void PrepareWithoutBootstrapper()
        {
            var standaloneBootstrapper = new StandaloneBootstrapper();

            standaloneBootstrapper.Run(true);
        }