Example #1
0
 /// <summary>
 /// Loads the StreamPickControl and fills the data into the gridview
 /// </summary>
 /// <param name="selectedStreamer">UserInformation to setup the StreamPickControl UserControl</param>
 public void setupStreamPickControl(UserInformation selectedStreamer)
 {
     _selectedStreamer = selectedStreamer;
     FillPastStreamsDataGridView(GetPastStreams());
 }