コード例 #1
0
ファイル: SqlHelper.cs プロジェクト: xiongfj/Backup
 private void OnLoad()
 {
     sqlHelper = dbFactory.CreateHelper(dbType, connString);
 }