Parent Directory
|
Revision Log
|
Patch
--- trunk/TSAdminTool/Properties/Settings.Designer.cs 2012/07/13 22:37:40 87 +++ trunk/TSAdminTool/Properties/Settings.Designer.cs 2012/07/13 22:42:09 88 @@ -48,28 +48,22 @@ } } - [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("localhost")] public string DBServer { get { return ((string)(this["DBServer"])); } - set { - this["DBServer"] = value; - } } - [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("SQLEXPRESS")] public string DBInstance { get { return ((string)(this["DBInstance"])); } - set { - this["DBInstance"] = value; - } } } }
ViewVC Help | |
Powered by ViewVC 1.1.22 |