1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2025-12-10 13:23:49 +00:00

Initial work on file manager.

This commit is contained in:
Ylian Saint-Hilaire
2020-09-17 19:25:28 -07:00
parent 629ce21336
commit eb1a47c68e
12 changed files with 2194 additions and 42 deletions

View File

@@ -22,6 +22,7 @@ namespace MeshCentralRouter
public ListViewItem listitem;
public DeviceUserControl control;
public KVMViewer desktopViewer;
public FileViewer fileViewer;
public Dictionary<string, ulong> links;
public override string ToString() { return name; }