Moved sql and terrariaserver binaries

Fixed DBEditor reference
This commit is contained in:
high 2011-07-22 22:49:54 -04:00
parent ca9c5a5d4a
commit de5ce1a962
12 changed files with 51 additions and 15 deletions

View file

@ -6,8 +6,9 @@ using System.Drawing;
using System.Linq;
using System.Text;
using System.IO;
using MySql.Data.MySqlClient;
using Community.CsharpSqlite.SQLiteClient;
using MySql.Data.MySqlClient;
using System.Windows.Forms;
namespace TShockDBEditor