Added Polling interval property and setting
[pithos-ms-client] / trunk / Pithos.Client.WPF / Properties / Settings.Designer.cs
index df2bd9e..dd1fe77 100644 (file)
@@ -270,5 +270,17 @@ namespace Pithos.Client.WPF.Properties {
                 this["Accounts"] = value;
             }
         }
+        
+        [global::System.Configuration.UserScopedSettingAttribute()]
+        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [global::System.Configuration.DefaultSettingValueAttribute("10")]
+        public int PollingInterval {
+            get {
+                return ((int)(this["PollingInterval"]));
+            }
+            set {
+                this["PollingInterval"] = value;
+            }
+        }
     }
 }