PortProxyGUI/PortProxyGUI/Data/Config.cs

9 lines
168 B
C#

namespace PortProxyGUI.Data;
public class Config
{
public string Item { get; set; }
public string Key { get; set; }
public string Value { get; set; }
}