public MainWindow()
        {
			this.controller = new BorderlessGaming(this);
			this.controller.Processes.CollectionChanged += Processes_CollectionChanged;
			this.controller.Favorites.CollectionChanged += Favorites_CollectionChanged;
            this.InitializeComponent();
        }
Exemple #2
0
 public MainWindow()
 {
     controller = new BorderlessGaming(this);
     controller.Processes.CollectionChanged += Processes_CollectionChanged;
     controller.Favorites.CollectionChanged += Favorites_CollectionChanged;
     InitializeComponent();
 }