This commit is contained in:
backuppc
2025-07-08 14:34:38 +09:00
parent 0d2da98470
commit 447cb691d7
9 changed files with 384 additions and 9 deletions

7
Models/VNCPathRequest.cs Normal file
View File

@@ -0,0 +1,7 @@
namespace VNCServerList.Models
{
public class VNCPathRequest
{
public string Path { get; set; }
}
}