public override void OnClick(SourceGrid.CellContext sender, EventArgs e) { if (Show == null) { G.DoSort(); } else { G.ShowToTop(Show); } }
public override void OnClick(SourceGrid.CellContext sender, EventArgs e) { if (show is null) { g.DoSort(); } else { g.ShowToTop(show); } }