Skip to content

Commit

Permalink
add FileManager UI
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost1372 committed Sep 24, 2020
1 parent af03c13 commit 0e7dba9
Show file tree
Hide file tree
Showing 5 changed files with 598 additions and 11 deletions.
13 changes: 13 additions & 0 deletions HandyUI/Models/FileManagerModel.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
using System.Windows.Media;

namespace HandyUI.Models
{
public class FileManagerModel
{
public DrawingImage Image { get; set; }
public string Name { get; set; }
public string FileItem { get; set; }
public string LastModified { get; set; }
public string FileSize { get; set; }
}
}
Loading

0 comments on commit 0e7dba9

Please sign in to comment.