Beispiel #1
0
 public void Teardown()
 {
     if (_undoHelper != null)
     {
         _undoHelper.Dispose();                 // This executes the undo action on the FDO project
     }
     _conn.Reset();
     _env.Dispose();
 }