mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-30 06:56:10 +00:00
Version iOS fonctionnelle
This commit is contained in:
parent
a6a1c53e9b
commit
bfe8f0d81f
1 changed files with 19 additions and 20 deletions
|
|
@ -24,7 +24,6 @@ namespace AideDeJeu.Droid
|
|||
|
||||
public string GetDatabasePath(string databaseName)
|
||||
{
|
||||
SQLitePCL.Batteries_V2.Init();
|
||||
var databasePath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments), "..", "Library", databaseName);
|
||||
return databasePath;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue