コード例 #1
0
ファイル: QDataGrid.cs プロジェクト: TzarIvan/ratel
 public void eachRow(Action <ROW> onRow)
 {
     O.eachKey(rows, onRow);
 }