コード例 #1
0
ファイル: App.xaml.cs プロジェクト: tt-52101/WPF-ControlBase
        protected override void OnStartup(StartupEventArgs e)
        {
            ShellWindow shellWindow = new ShellWindow();

            shellWindow.Show();

            AssemblyDomain.Instance.StartMonitor();

            var domain = this.IServiceCollection.GetService <IAssemblyDomain>();

            domain.StartMonitor();

            base.OnStartup(e);
        }