Skip to content

Commit 0e7dba9

Browse files
committed
add FileManager UI
1 parent af03c13 commit 0e7dba9

File tree

5 files changed

+598
-11
lines changed

5 files changed

+598
-11
lines changed

HandyUI/Models/FileManagerModel.cs

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
using System.Windows.Media;
2+
3+
namespace HandyUI.Models
4+
{
5+
public class FileManagerModel
6+
{
7+
public DrawingImage Image { get; set; }
8+
public string Name { get; set; }
9+
public string FileItem { get; set; }
10+
public string LastModified { get; set; }
11+
public string FileSize { get; set; }
12+
}
13+
}

0 commit comments

Comments
 (0)