コード例 #1
0
 private ROMDatabase()
 {
     this.context = new ROMDataContext(ConnectionString);
 }
コード例 #2
0
ファイル: ROMDatabase.cs プロジェクト: alexbarboza/snes8x
 private ROMDatabase()
 {
     this.context = new ROMDataContext(ConnectionString);
 }