Пример #1
0
 public ShowClickEvent(ShowSummary gridSummary, ShowItem show, Season season)
 {
     this.show        = show;
     this.season      = season;
     this.gridSummary = gridSummary;
 }
Пример #2
0
 public ShowClickEvent(ShowSummary gridSummary, ShowConfiguration show, ProcessedSeason processedSeason)
 {
     this.show            = show;
     this.processedSeason = processedSeason;
     this.gridSummary     = gridSummary;
 }
Пример #3
0
 public ShowClickEvent(ShowSummary gridSummary, ShowItem show)
 {
     this.show        = show;
     this.gridSummary = gridSummary;
 }
Пример #4
0
 public ShowClickEvent(ShowSummary gridSummary, ShowConfiguration show)
 {
     this.show        = show;
     this.gridSummary = gridSummary;
 }