mirror of
				https://github.com/Nioux/AideDeJeu.git
				synced 2025-10-31 07:26:09 +00:00 
			
		
		
		
	Ajout database et début utilisation pour les spells
This commit is contained in:
		
							parent
							
								
									da08a4d387
								
							
						
					
					
						commit
						1f23facbb7
					
				
					 14 changed files with 197 additions and 10 deletions
				
			
		
							
								
								
									
										24
									
								
								AideDeJeu/AideDeJeu.UWP/NativeAPI.cs
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								AideDeJeu/AideDeJeu.UWP/NativeAPI.cs
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,24 @@ | |||
| using AideDeJeu.Tools; | ||||
| using System.IO; | ||||
| 
 | ||||
| [assembly: Xamarin.Forms.Dependency(typeof(AideDeJeu.Droid.Version_Android))] | ||||
| namespace AideDeJeu.Droid | ||||
| { | ||||
|     public class Version_Android : INativeAPI | ||||
|     { | ||||
|         public string GetVersion() | ||||
|         { | ||||
|             return ""; | ||||
|         } | ||||
| 
 | ||||
|         public int GetBuild() | ||||
|         { | ||||
|             return 0; | ||||
|         } | ||||
| 
 | ||||
|         public string GetDatabasePath(string databaseName) | ||||
|         { | ||||
|             return Path.Combine(Windows.Storage.ApplicationData.Current.LocalFolder.Path, databaseName); | ||||
|         } | ||||
|     } | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Yan Maniez
						Yan Maniez