Version changes
[pithos-ms-client] / trunk / Pithos.Client.WPF / Properties / Settings.Designer.cs
index 90b5c30..d54d7e2 100644 (file)
@@ -306,5 +306,17 @@ namespace Pithos.Client.WPF.Properties {
                 this["HashingParallelism"] = value;
             }
         }
+        
+        [global::System.Configuration.UserScopedSettingAttribute()]
+        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [global::System.Configuration.DefaultSettingValueAttribute("00:01:00")]
+        public global::System.TimeSpan StartupDelay {
+            get {
+                return ((global::System.TimeSpan)(this["StartupDelay"]));
+            }
+            set {
+                this["StartupDelay"] = value;
+            }
+        }
     }
 }