Load actual version of MySql.data

This commit is contained in:
Sergey 2012-12-18 17:09:50 +02:00
parent 5eb3f1a358
commit c17529cd56
2 changed files with 26 additions and 33 deletions

View file

@ -32,7 +32,7 @@ using System.Text;
using System.Text.RegularExpressions;
using System.Data;
using Microsoft.Win32;
using MySql.Data.MySqlClient;
//using MySql.Data.MySqlClient;
using System.IO;
using WebsitePanel.Server.Utils;