public ShowClickEvent(ShowSummary gridSummary, ShowItem show, Season season) { this.show = show; this.season = season; this.gridSummary = gridSummary; }
public ShowClickEvent(ShowSummary gridSummary, ShowConfiguration show, ProcessedSeason processedSeason) { this.show = show; this.processedSeason = processedSeason; this.gridSummary = gridSummary; }
public ShowClickEvent(ShowSummary gridSummary, ShowItem show) { this.show = show; this.gridSummary = gridSummary; }
public ShowClickEvent(ShowSummary gridSummary, ShowConfiguration show) { this.show = show; this.gridSummary = gridSummary; }