示例#1
0
 private void Application_Startup(object sender, StartupEventArgs e)
 {
     ConfigureContainer();
     ComposeObjects();
     _notifyIcon.BeginInit();
     Container.Get <Managers.ProcessesWatcher>();
 }