/// <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); }
/// <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(); }