Exemple #1
0
 public void Add(IOleUndoUnit pUU)
 {
     // TODO AppDbproj If we initiate an XML Model transaction without a changescope, the
     // _parentUndoUnit will be null. This will go away once we introduce incremental changes
     if (_parentUndoUnit != null)
     {
         _parentUndoUnit.Add(pUU);
     }
 }