Exemplo n.º 1
0
 public static void Init(string guid)
 {
     AspNetHelper.guid = guid;
     db_name           = Cache_Next.GetDbName();
     tableList         = Cache_Next.GetTableList();
     tbDic             = Cache_Next.GetColumnAll();
 }
Exemplo n.º 2
0
 public static void Init()
 {
     db_name   = Cache_Next.GetDbName();
     tableList = Cache_Next.GetTableList();
     tbDic     = Cache_Next.GetColumnAll();
 }