Beispiel #1
0
 public string GetValue(int RowIndex, int ColumnIndex)
 {
     return(dbf.GetValue(RowIndex, ColumnIndex));
 }