コード例 #1
0
ファイル: MieSystemDB.cs プロジェクト: synctam/PoE2JpModTools
 public void Open(string path)
 {
     if (this.Connection == null)
     {
         this.Connection = MieSQLiteIO.Open(path);
     }
 }
コード例 #2
0
ファイル: MieVoiceDao.cs プロジェクト: synctam/PoE2JpModTools
 public void Open(string voiceDatabasePath)
 {
     this.connection = MieSQLiteIO.Open(voiceDatabasePath);
 }