コード例 #1
0
        public App()
        {
            InitializeComponent();

            HtmlPreview.Init();

            bootstrapper = new AppBootstrapper();
        }
コード例 #2
0
        public App()
        {
            InitializeComponent();

            bootstrapper = new AppBootstrapper();

            HtmlPreview.Init(bootstrapper.GetEventAggregator());
        }
コード例 #3
0
ファイル: App.xaml.cs プロジェクト: tallship/DownmarkerWPF
        public App()
        {
            InitializeComponent();

            bootstrapper = new AppBootstrapper();
        }