mirror of
				https://github.com/Nioux/AideDeJeu.git
				synced 2025-10-29 22:45:44 +00:00 
			
		
		
		
	Avant nuget
This commit is contained in:
		
							parent
							
								
									a2cb2dbcda
								
							
						
					
					
						commit
						ba0a5c1d41
					
				
					 14 changed files with 355 additions and 28 deletions
				
			
		|  | @ -24,8 +24,9 @@ namespace AideDeJeu.Droid | |||
| 
 | ||||
|         public string GetDatabasePath(string databaseName) | ||||
|         { | ||||
|             var databasePath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments), "..", "Library", databaseName); | ||||
|             return databasePath; | ||||
|             return NSBundle.MainBundle.PathForResource("database", "db"); | ||||
|             //var databasePath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments), "..", "Library", databaseName); | ||||
|             //return databasePath; | ||||
|         } | ||||
|     } | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Yan Maniez
						Yan Maniez