Beta
parent
761aa1239c
commit
95ee360014
Binary file not shown.
Binary file not shown.
|
|
@ -18,6 +18,7 @@ namespace WinformGeneralDeveloperFrame.Commons
|
||||||
public static DataTable SqlTable(string name)
|
public static DataTable SqlTable(string name)
|
||||||
{
|
{
|
||||||
string connstring = EncodeHelper.AES_Decrypt(ConfigurationManager.ConnectionStrings["DB"].ConnectionString);
|
string connstring = EncodeHelper.AES_Decrypt(ConfigurationManager.ConnectionStrings["DB"].ConnectionString);
|
||||||
|
// string connstring=ConfigurationManager.ConnectionStrings["DB"].ConnectionString;
|
||||||
string sql = "";
|
string sql = "";
|
||||||
string url = "";
|
string url = "";
|
||||||
DataTable dt1 = new DataTable();
|
DataTable dt1 = new DataTable();
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ namespace WinformGeneralDeveloperFrame.Start
|
||||||
static class Program
|
static class Program
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The main entry point for the application.测试
|
/// The main entry point for the application.测试 1
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[STAThread]
|
[STAThread]
|
||||||
static void Main()
|
static void Main()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue