コード例 #1
0
 private void InitConnection() {
     this._connection = new global::System.Data.SQLite.SQLiteConnection();
     this._connection.ConnectionString = global::databaseserver.Properties.Settings.Default.songdatabaseConnectionString;
 }
コード例 #2
0
 private void InitConnection() {
     this._connection = new global::System.Data.SQLite.SQLiteConnection();
     this._connection.ConnectionString = global::LanguageLearner.UI.Properties.Settings.Default.DataConnectionString;
 }
コード例 #3
0
ファイル: LFIDataSet.Designer.cs プロジェクト: jollywho/LFI
 private void InitConnection() {
     this._connection = new global::System.Data.SQLite.SQLiteConnection();
 }
コード例 #4
0
 private void InitConnection() {
     this._connection = new global::System.Data.SQLite.SQLiteConnection();
     this._connection.ConnectionString = global::KismetLogger.Properties.Settings.Default.ConnectionString;
 }
コード例 #5
0
 private void InitConnection() {
     this._connection = new global::System.Data.SQLite.SQLiteConnection();
     this._connection.ConnectionString = global::NHLScoreBot.Properties.Settings.Default.ConnectionString1;
 }