packaging+fs

This commit is contained in:
Paul Schneider 2019-08-21 17:23:58 +01:00
commit 1bd9843d7e
21 changed files with 95 additions and 66 deletions

View file

@ -2,6 +2,7 @@ using System;
using System.IO;
using System.Linq;
using Yavsc.Abstract.FileSystem;
using Yavsc.Helpers;
namespace Yavsc.ViewModels.UserFiles
{
@ -49,9 +50,4 @@ namespace Yavsc.ViewModels.UserFiles
}
}
}
public class DirectoryShortInfo: IDirectoryShortInfo {
public string Name { get; set; }
public bool IsEmpty { get; set; }
}
}