示例#1
0
 public TopClickEvent(ActorsGrid g, string act)
 {
     this.G = g;
     this.Actor = act;
 }
示例#2
0
 public SideClickEvent(ActorsGrid g, string show)
 {
     this.Show = show;
     this.G = g;
 }
示例#3
0
 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
 public TopClickEvent(ActorsGrid g, string act)
 {
     this.g = g;
     actor  = act;
 }
示例#9
0
 public SortColsByCountEvent(ActorsGrid g)
 {
     this.g = g;
 }
示例#10
0
 public SideClickEvent(ActorsGrid g, string?show)
 {
     this.show = show;
     this.g    = g;
 }
示例#11
0
 public SortRowsByCountEvent(ActorsGrid g)
 {
     this.G = g;
 }
示例#12
0
 public SideClickEvent(ActorsGrid g, string show)
 {
     this.Show = show;
     this.G    = g;
 }