예제 #1
0
파일: QDataGrid.cs 프로젝트: TzarIvan/ratel
 public void eachRow(Action <ROW> onRow)
 {
     O.eachKey(rows, onRow);
 }