diff --git a/.vs/WinformGeneralDeveloperFrame/v16/.suo b/.vs/WinformGeneralDeveloperFrame/v16/.suo index 21909b6..a868a57 100644 Binary files a/.vs/WinformGeneralDeveloperFrame/v16/.suo and b/.vs/WinformGeneralDeveloperFrame/v16/.suo differ diff --git a/.vs/WinformGeneralDeveloperFrame/v17/.suo b/.vs/WinformGeneralDeveloperFrame/v17/.suo new file mode 100644 index 0000000..a868a57 Binary files /dev/null and b/.vs/WinformGeneralDeveloperFrame/v17/.suo differ diff --git a/WinformGeneralDeveloperFrame.Commons/GetDataTableUtils.cs b/WinformGeneralDeveloperFrame.Commons/GetDataTableUtils.cs index fdbec5d..a0fe7cb 100644 --- a/WinformGeneralDeveloperFrame.Commons/GetDataTableUtils.cs +++ b/WinformGeneralDeveloperFrame.Commons/GetDataTableUtils.cs @@ -18,6 +18,7 @@ namespace WinformGeneralDeveloperFrame.Commons public static DataTable SqlTable(string name) { string connstring = EncodeHelper.AES_Decrypt(ConfigurationManager.ConnectionStrings["DB"].ConnectionString); + // string connstring=ConfigurationManager.ConnectionStrings["DB"].ConnectionString; string sql = ""; string url = ""; DataTable dt1 = new DataTable(); diff --git a/WinformGeneralDeveloperFrame.Start/Program.cs b/WinformGeneralDeveloperFrame.Start/Program.cs index fac7fd5..534817a 100644 --- a/WinformGeneralDeveloperFrame.Start/Program.cs +++ b/WinformGeneralDeveloperFrame.Start/Program.cs @@ -13,12 +13,12 @@ namespace WinformGeneralDeveloperFrame.Start static class Program { /// - /// The main entry point for the application.测试 + /// The main entry point for the application.测试 1 /// [STAThread] static void Main() { - string str = EncodeHelper.AES_Encrypt("数据库连接"); + string str = EncodeHelper.AES_Encrypt("数据库连接"); string str1 = EncodeHelper.AES_Decrypt(str);// DevExpress.Skins.SkinManager.EnableFormSkins(); UserLookAndFeel.Default.SetSkinStyle("Office 2007 Silver");