namespace Vinno.FIS.Sonopost.Features.Config { internal class NetworkSetting { public bool NeedDoubleNetwork { get; set; } public string OutsideNetworkMacAddress { get; set; } public string WifiName { get; set; } public string WifiPassword { get; set; } public string WifiMacAddress { get; set; } public bool IsAutoConnect { get; set; } } }