소스 검색

数据库修改

Lishi
pry 2 년 전
부모
커밋
02e84041de
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      HKLib/DB/DbContext.cs

+ 2
- 1
HKLib/DB/DbContext.cs 파일 보기

@@ -29,7 +29,8 @@ namespace HKLib.DB
static string Route()
{
var dir = SyncStatic.CreateDir(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "Database"));
return SyncStatic.CreateFile(Path.Combine(dir, "data.db3"));
var r= SyncStatic.CreateFile(Path.Combine(dir, "data.db3"));
return r;
}
public static void InitTable()
{


불러오는 중...
취소
저장