コード例 #1
0
 public ShowClickEvent(ShowSummary gridSummary, ShowItem show, Season season)
 {
     this.show        = show;
     this.season      = season;
     this.gridSummary = gridSummary;
 }
コード例 #2
0
ファイル: ShowSummary.cs プロジェクト: cxiong18-matc/tvrename
 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
ファイル: ShowSummary.cs プロジェクト: cxiong18-matc/tvrename
 public ShowClickEvent(ShowSummary gridSummary, ShowConfiguration show)
 {
     this.show        = show;
     this.gridSummary = gridSummary;
 }