예제 #1
0
 void CheckConnection()
 {
     if (_db == null)
     {
         _db = new DreamsEntities();
     }
 }