Esempio n. 1
0
 /// <summary>
 /// Handles the ItemClick event of the btnSeriesSavePoster 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 btnSeriesSavePoster_ItemClick(object sender, ItemClickEventArgs e)
 {
     OutFactory.SaveAllSelectedSeriesDetails(SeriesIOType.Poster);
 }
Esempio n. 2
0
 /// <summary>
 /// Handles the Click event of the btnSaveSelectedSeries 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 btnSaveSelectedSeries_Click(object sender, EventArgs e)
 {
     OutFactory.SaveAllSelectedSeriesDetails();
 }