Revision 759bd3c4 trunk/Pithos.Client.WPF/Configuration/PithosSettings.cs

b/trunk/Pithos.Client.WPF/Configuration/PithosSettings.cs
191 191
            }
192 192
        }
193 193

  
194
        public TimeSpan StartupDelay
195
        {
196
            get { return _settings.StartupDelay; }
197
            set
198
            {
199
                if (value < TimeSpan.Zero)
200
                    throw new ArgumentOutOfRangeException();
201
                _settings.StartupDelay = value;
202
            }
203
        }
204

  
205

  
194 206
        public bool StartOnSystemStartup
195 207
        {
196 208
            get { return _settings.StartOnSystemStartup; }

Also available in: Unified diff