Mercurial > servermonitor
comparison 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 |
comparison
equal
deleted
inserted
replaced
9:7127d5b5ac75 | 10:9e77c0dccb66 |
---|---|
104 } | 104 } |
105 set { | 105 set { |
106 this["SummaryFormSize"] = value; | 106 this["SummaryFormSize"] = value; |
107 } | 107 } |
108 } | 108 } |
109 | |
110 [global::System.Configuration.UserScopedSettingAttribute()] | |
111 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | |
112 [global::System.Configuration.DefaultSettingValueAttribute("")] | |
113 public string IgnoreUpdate { | |
114 get { | |
115 return ((string)(this["IgnoreUpdate"])); | |
116 } | |
117 set { | |
118 this["IgnoreUpdate"] = value; | |
119 } | |
120 } | |
109 } | 121 } |
110 } | 122 } |