mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-31 23:45:39 +00:00
Pour compil gtk
This commit is contained in:
parent
7e84ba5296
commit
a1fe2a71c5
1 changed files with 15 additions and 0 deletions
|
|
@ -36,5 +36,20 @@ namespace AideDeJeu.GTK
|
||||||
var path = AppDomain.CurrentDomain.BaseDirectory; // System.Reflection.Assembly.GetExecutingAssembly().CodeBase;
|
var path = AppDomain.CurrentDomain.BaseDirectory; // System.Reflection.Assembly.GetExecutingAssembly().CodeBase;
|
||||||
return Path.Combine(path, $"{databaseName}.db");
|
return Path.Combine(path, $"{databaseName}.db");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Task SaveStreamAsync(string filename, Stream stream)
|
||||||
|
{
|
||||||
|
throw new NotImplementedException();
|
||||||
|
}
|
||||||
|
|
||||||
|
public Stream CreateStream(string filename)
|
||||||
|
{
|
||||||
|
throw new NotImplementedException();
|
||||||
|
}
|
||||||
|
|
||||||
|
public Task LaunchFileAsync(string title, string message, string filePath)
|
||||||
|
{
|
||||||
|
throw new NotImplementedException();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue