LANCommander/LANCommander.SDK/Models/Settings.cs

12 lines
242 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace LANCommander.SDK.Models
{
public class Settings
{
public int IPXRelayPort { get; set; }
public string IPXRelayHost { get; set; }
}
}