Ejemplo n.º 1
0
 public void Setup(UcGrid Grid, String SelectionName)
 {
     this.mGrid = Grid;
     this.mSelectionName = SelectionName;
 }
Ejemplo n.º 2
0
 void Grid_Selection_Ev_PageChanging(UcGrid Sender)
 {
     this.SetSelected();
 }