UpdateSetting.cs 194 B

123456789
  1. namespace Vinno.FIS.Sonopost.Settings.Config
  2. {
  3. internal class UpdateSetting
  4. {
  5. public bool NeedAutoUpdate { get; set; }
  6. public int AutoUpdateTime { get; set; }
  7. }
  8. }