public MainWindow(Bootstrapper bootstrapper) { RestoreWindowPlacement(); InitializeComponent(); Bootstrapper = bootstrapper; DataContext = bootstrapper; CompositionTarget.Rendering += OnRendering; StartMeasuring(); }
protected override void OnStartup(StartupEventArgs e) { base.OnStartup(e); _notifyIcon = (TaskbarIcon)FindResource("TaskbarIcon"); Bootstrapper = new Bootstrapper(); }