Exemple #1
0
 //游戏添加
 public int GameInsert(String[] _gameStr)
 {
     return(_gameDB.GameInsert(_gameStr));
 }