コード例 #1
0
ファイル: App.xaml.cs プロジェクト: ssickles/archive
 protected override void OnStartup(StartupEventArgs e)
 {
     base.OnStartup(e);
     
     this.ShutdownMode = ShutdownMode.OnExplicitShutdown;
     component = new NotifyIconWrapper();            
 }
コード例 #2
0
ファイル: App.xaml.cs プロジェクト: liuwenye2010/prj_vs2010
        protected override void OnStartup(StartupEventArgs e)
        {
            base.OnStartup(e);

            this.ShutdownMode = ShutdownMode.OnExplicitShutdown;
            component         = new NotifyIconWrapper();
        }