コード例 #1
0
ファイル: Kv.cs プロジェクト: rafeyhusain/InfinityChess
 public DataSet GetDataSet(string key)
 {
     return(Kv.GetDataSet(DataTable, key));
 }