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