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