FileInfo overhaul

Opening DB works again
This commit is contained in:
Geoffroy BONNEVILLE
2020-04-07 12:48:18 +02:00
parent 56d93a5187
commit 1fa799bdf8
15 changed files with 73 additions and 31 deletions

View File

@@ -2,6 +2,7 @@
{
public class FileInfo
{
public string Id { get; set; }
public string Name { get; set; }
public string Path { get; set; }
}