Beispiel #1
0
 public void CloseSharedConnection()
 {
     lock (Dblock) {
         _database.CloseSharedConnection();
     }
 }