public TopClickEvent(ActorsGrid g, string act) { this.G = g; this.Actor = act; }
public SideClickEvent(ActorsGrid g, string show) { this.Show = show; this.G = g; }
public SortRowsByCountEvent(ActorsGrid g) { this.G = g; }
public SortRowsByCountEvent(ActorsGrid g) { grid = g; }
public TopClickEvent(ActorsGrid g, string act) { G = g; Actor = act; }
public SideClickEvent(ActorsGrid g, string show) { Show = show; G = g; }
public SortColsByCountEvent(ActorsGrid g) { G = g; }
public TopClickEvent(ActorsGrid g, string act) { this.g = g; actor = act; }
public SortColsByCountEvent(ActorsGrid g) { this.g = g; }
public SideClickEvent(ActorsGrid g, string?show) { this.show = show; this.g = g; }