Esempio n. 1
0
 /// <summary>
 /// Handles the Click event of the btnSaveSelectedSeason control.
 /// </summary>
 /// <param name="sender">
 /// The source of the event.
 /// </param>
 /// <param name="e">
 /// The <see cref="System.EventArgs"/> instance containing the event data.
 /// </param>
 private void btnSaveSelectedSeason_Click(object sender, EventArgs e)
 {
     OutFactory.SaveAllSelectedSeasonDetails();
 }
Esempio n. 2
0
 /// <summary>
 /// Handles the ItemClick event of the btnSaveSeasonPoster control.
 /// </summary>
 /// <param name="sender">
 /// The source of the event.
 /// </param>
 /// <param name="e">
 /// The <see cref="DevExpress.XtraBars.ItemClickEventArgs"/> instance containing the event data.
 /// </param>
 private void btnSaveSeasonPoster_ItemClick(object sender, ItemClickEventArgs e)
 {
     OutFactory.SaveAllSelectedSeasonDetails(SeasonIOType.Poster);
 }