Exemplo n.º 1
0
 private void UpcomingProgramsPanel_Load(object sender, EventArgs e)
 {
     _model = new SearchGuideModel();
     _controller = new SearchGuideController(_model);
     _controller.Initialize();
     _channelTypeComboBox.SelectedIndex = (int)ChannelType.Television;
     _titlesPanel.Visible = true;
     _programsPanel.Visible = false;
     _searchTextBox.Select();
 }
Exemplo n.º 2
0
 public SearchGuideController(SearchGuideModel model)
 {
     _model = model;
 }
Exemplo n.º 3
0
 public SearchGuideController(SearchGuideModel model)
 {
     _model = model;
 }