コード例 #1
0
ファイル: SaveBase.cs プロジェクト: ZoroChain/Zoro-Plugins
 public bool IsTableExisted(string name)
 {
     return(MysqlConn.Exist(name));
 }