comparison ServerMonitor/Properties/Settings.Designer.cs @ 11:75ca86e0862c

Add setting to hide to notification area.
author Brad Greco <brad@bgreco.net>
date Mon, 15 Apr 2019 19:24:25 -0400
parents 9e77c0dccb66
children f6235dc0a8ec
comparison
equal deleted inserted replaced
10:9e77c0dccb66 11:75ca86e0862c
116 } 116 }
117 set { 117 set {
118 this["IgnoreUpdate"] = value; 118 this["IgnoreUpdate"] = value;
119 } 119 }
120 } 120 }
121
122 [global::System.Configuration.UserScopedSettingAttribute()]
123 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
124 [global::System.Configuration.DefaultSettingValueAttribute("True")]
125 public bool HideToNotificationArea {
126 get {
127 return ((bool)(this["HideToNotificationArea"]));
128 }
129 set {
130 this["HideToNotificationArea"] = value;
131 }
132 }
121 } 133 }
122 } 134 }