コード例 #1
0
ファイル: ActorsGrid.cs プロジェクト: knackwurst/tvrename
 public TopClickEvent(ActorsGrid g, string act)
 {
     this.G = g;
     this.Actor = act;
 }
コード例 #2
0
ファイル: ActorsGrid.cs プロジェクト: knackwurst/tvrename
 public SideClickEvent(ActorsGrid g, string show)
 {
     this.Show = show;
     this.G = g;
 }
コード例 #3
0
ファイル: ActorsGrid.cs プロジェクト: knackwurst/tvrename
 public SortRowsByCountEvent(ActorsGrid g)
 {
     this.G = g;
 }
コード例 #4
0
 public SortRowsByCountEvent(ActorsGrid g)
 {
     grid = g;
 }
コード例 #5
0
 public TopClickEvent(ActorsGrid g, string act)
 {
     G     = g;
     Actor = act;
 }
コード例 #6
0
 public SideClickEvent(ActorsGrid g, string show)
 {
     Show = show;
     G    = g;
 }
コード例 #7
0
 public SortColsByCountEvent(ActorsGrid g)
 {
     G = g;
 }
コード例 #8
0
ファイル: ActorsGrid.cs プロジェクト: hummigbird1/tvrename
 public TopClickEvent(ActorsGrid g, string act)
 {
     this.g = g;
     actor  = act;
 }
コード例 #9
0
ファイル: ActorsGrid.cs プロジェクト: hummigbird1/tvrename
 public SortColsByCountEvent(ActorsGrid g)
 {
     this.g = g;
 }
コード例 #10
0
ファイル: ActorsGrid.cs プロジェクト: hummigbird1/tvrename
 public SideClickEvent(ActorsGrid g, string?show)
 {
     this.show = show;
     this.g    = g;
 }
コード例 #11
0
ファイル: ActorsGrid.cs プロジェクト: Rudu-be/tvrename
 public SortRowsByCountEvent(ActorsGrid g)
 {
     this.G = g;
 }
コード例 #12
0
ファイル: ActorsGrid.cs プロジェクト: Rudu-be/tvrename
 public SideClickEvent(ActorsGrid g, string show)
 {
     this.Show = show;
     this.G    = g;
 }