Parent Directory
|
Revision Log
|
Patch
--- trunk/TSAdminTool/Properties/Settings.Designer.cs 2012/07/13 20:57:30 83 +++ trunk/TSAdminTool/Properties/Settings.Designer.cs 2012/07/13 22:37:40 87 @@ -47,5 +47,29 @@ return ((string)(this["atsConnectionString"])); } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [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.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 |