[DBTools] Rename back to DBTools

This commit is contained in:
Matt Nadareski
2016-06-13 20:59:38 -07:00
parent e4ce41f295
commit b5e6828f47
5 changed files with 8 additions and 8 deletions

View File

@@ -85,7 +85,7 @@
<Compile Include="Data\Constants.cs" />
<Compile Include="Tools\ArchiveTools.cs" />
<Compile Include="Tools\CRC32.cs" />
<Compile Include="Tools\Database.cs" />
<Compile Include="Tools\DBTools.cs" />
<Compile Include="Data\Enums.cs" />
<Compile Include="Interfaces\IGenerate.cs" />
<Compile Include="Interfaces\IImport.cs" />

View File

@@ -7,7 +7,7 @@ namespace SabreTools.Helper
/// <summary>
/// All general database operations
/// </summary>
public class Database
public class DBTools
{
/// <summary>
/// Ensure that the databse exists and has the proper schema