Exemple #1
0
 public TopClickEvent(ActorsGrid g, string act)
 {
     this.G = g;
     this.Actor = act;
 }
Exemple #2
0
 public SideClickEvent(ActorsGrid g, string show)
 {
     this.Show = show;
     this.G = g;
 }
Exemple #3
0
 public SortRowsByCountEvent(ActorsGrid g)
 {
     this.G = g;
 }
Exemple #4
0
 public SortRowsByCountEvent(ActorsGrid g)
 {
     grid = g;
 }
Exemple #5
0
 public TopClickEvent(ActorsGrid g, string act)
 {
     G     = g;
     Actor = act;
 }
Exemple #6
0
 public SideClickEvent(ActorsGrid g, string show)
 {
     Show = show;
     G    = g;
 }
Exemple #7
0
 public SortColsByCountEvent(ActorsGrid g)
 {
     G = g;
 }
Exemple #8
0
 public TopClickEvent(ActorsGrid g, string act)
 {
     this.g = g;
     actor  = act;
 }
Exemple #9
0
 public SortColsByCountEvent(ActorsGrid g)
 {
     this.g = g;
 }
Exemple #10
0
 public SideClickEvent(ActorsGrid g, string?show)
 {
     this.show = show;
     this.g    = g;
 }
Exemple #11
0
 public SortRowsByCountEvent(ActorsGrid g)
 {
     this.G = g;
 }
Exemple #12
0
 public SideClickEvent(ActorsGrid g, string show)
 {
     this.Show = show;
     this.G    = g;
 }