public MainWindow() { InitializeComponent(); this.initializeFilters(); IAPIGateway gateway = new APIGateway(); this.presenter = new BrowserPresenter(gateway); comboBox_Area.ItemsSource = this.presenter.getAreas(); TheaterAuditoriums = new List<string>(); }
public MainWindow() { InitializeComponent(); this.initializeFilters(); IAPIGateway gateway = new APIGateway(); this.presenter = new BrowserPresenter(gateway); comboBox_Area.ItemsSource = this.presenter.getAreas(); TheaterAuditoriums = new List <string>(); }