packaging+fs
This commit is contained in:
parent
2878f6b8db
commit
1bd9843d7e
21 changed files with 95 additions and 66 deletions
9
src/Yavsc.Abstract/FileSystem/DirectoryShortInfo.cs
Normal file
9
src/Yavsc.Abstract/FileSystem/DirectoryShortInfo.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
using Yavsc.Abstract.FileSystem;
|
||||
|
||||
namespace Yavsc.ViewModels.UserFiles
|
||||
{
|
||||
public class DirectoryShortInfo: IDirectoryShortInfo {
|
||||
public string Name { get; set; }
|
||||
public bool IsEmpty { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue