diff ServerMonitor/Properties/Settings.Designer.cs @ 10:9e77c0dccb66

Add update checker
author Brad Greco <brad@bgreco.net>
date Mon, 08 Apr 2019 21:31:03 -0400
parents 052aa62cb42a
children 75ca86e0862c
line wrap: on
line diff
--- a/ServerMonitor/Properties/Settings.Designer.cs	Mon Apr 08 21:29:54 2019 -0400
+++ b/ServerMonitor/Properties/Settings.Designer.cs	Mon Apr 08 21:31:03 2019 -0400
@@ -106,5 +106,17 @@
                 this["SummaryFormSize"] = value;
             }
         }
+        
+        [global::System.Configuration.UserScopedSettingAttribute()]
+        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [global::System.Configuration.DefaultSettingValueAttribute("")]
+        public string IgnoreUpdate {
+            get {
+                return ((string)(this["IgnoreUpdate"]));
+            }
+            set {
+                this["IgnoreUpdate"] = value;
+            }
+        }
     }
 }