initial commit
This commit is contained in:
14
Models/VNCServer.cs
Normal file
14
Models/VNCServer.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
namespace VNCServerList.Models
|
||||
{
|
||||
public class VNCServer
|
||||
{
|
||||
public string User { get; set; }
|
||||
public string IP { get; set; }
|
||||
public string Category { get; set; }
|
||||
public string Description { get; set; }
|
||||
public string Password { get; set; }
|
||||
public string Argument { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user