5374 |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
5375 |
|
private void InitConnection() { |
5376 |
|
this._connection = new global::System.Data.SqlClient.SqlConnection(); |
5377 |
< |
this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString; |
5377 |
> |
this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString.Replace("AnywhereTS", "master"); |
5378 |
|
} |
5379 |
|
|
5380 |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
5686 |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
5687 |
|
private void InitConnection() { |
5688 |
|
this._connection = new global::System.Data.SqlClient.SqlConnection(); |
5689 |
< |
this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString; |
5689 |
> |
this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString.Replace("AnywhereTS", "master"); |
5690 |
|
} |
5691 |
|
|
5692 |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
6195 |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
6196 |
|
private void InitConnection() { |
6197 |
|
this._connection = new global::System.Data.SqlClient.SqlConnection(); |
6198 |
< |
this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString; |
6198 |
> |
this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString.Replace("AnywhereTS", "master"); |
6199 |
|
} |
6200 |
|
|
6201 |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
7159 |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
7160 |
|
private void InitConnection() { |
7161 |
|
this._connection = new global::System.Data.SqlClient.SqlConnection(); |
7162 |
< |
this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString; |
7162 |
> |
this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString.Replace("AnywhereTS", "master"); |
7163 |
|
} |
7164 |
|
|
7165 |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
7431 |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
7432 |
|
private void InitConnection() { |
7433 |
|
this._connection = new global::System.Data.SqlClient.SqlConnection(); |
7434 |
< |
this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString; |
7434 |
> |
this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString.Replace("AnywhereTS", "master"); |
7435 |
|
} |
7436 |
|
|
7437 |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
7733 |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
7734 |
|
private void InitConnection() { |
7735 |
|
this._connection = new global::System.Data.SqlClient.SqlConnection(); |
7736 |
< |
this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString; |
7736 |
> |
this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString.Replace("AnywhereTS", "master"); |
7737 |
|
} |
7738 |
|
|
7739 |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |