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:42:09 88 @@ -47,5 +47,23 @@ return ((string)(this["atsConnectionString"])); } } + + [global::System.Configuration.ApplicationScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("localhost")] + public string DBServer { + get { + return ((string)(this["DBServer"])); + } + } + + [global::System.Configuration.ApplicationScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("SQLEXPRESS")] + public string DBInstance { + get { + return ((string)(this["DBInstance"])); + } + } } }
ViewVC Help | |
Powered by ViewVC 1.1.22 |