Parent Directory
|
Revision Log
|
Patch
--- trunk/TSAdminTool/atsDataSet.Designer.cs 2012/07/14 03:14:54 98 +++ trunk/TSAdminTool/atsDataSet.Designer.cs 2012/07/14 04:50:27 99 @@ -5718,7 +5718,7 @@ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] private void InitConnection() { this._connection = new global::System.Data.SqlClient.SqlConnection(); - this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString.Replace("AnywhereTS", "master"); + this._connection.ConnectionString = global::AnywhereTS.DBSupport.Properties.Settings.Default.atsConnectionString.Replace("AnywhereTS", "master"); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -6030,7 +6030,7 @@ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] private void InitConnection() { this._connection = new global::System.Data.SqlClient.SqlConnection(); - this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString.Replace("AnywhereTS", "master"); + this._connection.ConnectionString = global::AnywhereTS.DBSupport.Properties.Settings.Default.atsConnectionString.Replace("AnywhereTS", "master"); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -6539,7 +6539,7 @@ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] private void InitConnection() { this._connection = new global::System.Data.SqlClient.SqlConnection(); - this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString.Replace("AnywhereTS", "master"); + this._connection.ConnectionString = global::AnywhereTS.DBSupport.Properties.Settings.Default.atsConnectionString.Replace("AnywhereTS", "master"); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -7503,7 +7503,7 @@ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] private void InitConnection() { this._connection = new global::System.Data.SqlClient.SqlConnection(); - this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString.Replace("AnywhereTS", "master"); + this._connection.ConnectionString = global::AnywhereTS.DBSupport.Properties.Settings.Default.atsConnectionString.Replace("AnywhereTS", "master"); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -7775,7 +7775,7 @@ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] private void InitConnection() { this._connection = new global::System.Data.SqlClient.SqlConnection(); - this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString.Replace("AnywhereTS", "master"); + this._connection.ConnectionString = global::AnywhereTS.DBSupport.Properties.Settings.Default.atsConnectionString.Replace("AnywhereTS", "master"); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -8077,7 +8077,7 @@ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] private void InitConnection() { this._connection = new global::System.Data.SqlClient.SqlConnection(); - this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString.Replace("AnywhereTS", "master"); + this._connection.ConnectionString = global::AnywhereTS.DBSupport.Properties.Settings.Default.atsConnectionString.Replace("AnywhereTS", "master"); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
ViewVC Help | |
Powered by ViewVC 1.1.22 |