Пример #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;
 }