Пример #1
0
 private void NewProjectInfo_Load(object sender, EventArgs e)
 {
     ComboBoxLoader.LoadGenreComboBox(ref genreComboBox);
 }
Пример #2
0
 private void NewProjectForm_Load(object sender, EventArgs e)
 {
     this.videoIntervalGrid.Rows.Add("0", string.Empty, string.Empty);
     ComboBoxLoader.LoadEmotionComboBox(ref emotionColumn);
 }