private void InitConnection() {
     this._connection = new global::System.Data.SQLite.SQLiteConnection();
     this._connection.ConnectionString = global::databaseserver.Properties.Settings.Default.songdatabaseConnectionString;
 }
 private void InitConnection() {
     this._connection = new global::System.Data.SQLite.SQLiteConnection();
     this._connection.ConnectionString = global::LanguageLearner.UI.Properties.Settings.Default.DataConnectionString;
 }
Example #3
0
 private void InitConnection() {
     this._connection = new global::System.Data.SQLite.SQLiteConnection();
 }
 private void InitConnection() {
     this._connection = new global::System.Data.SQLite.SQLiteConnection();
     this._connection.ConnectionString = global::KismetLogger.Properties.Settings.Default.ConnectionString;
 }
 private void InitConnection() {
     this._connection = new global::System.Data.SQLite.SQLiteConnection();
     this._connection.ConnectionString = global::NHLScoreBot.Properties.Settings.Default.ConnectionString1;
 }