7 lines
120 B
C#
7 lines
120 B
C#
namespace VNCServerList.Models
|
|
{
|
|
public class VNCPathRequest
|
|
{
|
|
public string Path { get; set; }
|
|
}
|
|
} |