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; } } }