Beispiel #1
0
 /// <summary>
 /// Not Implemented.
 /// </summary>
 /// <param name="parentUnit"></param>
 /// <param name="fCommit"></param>
 /// <returns></returns>
 public int Close(Interop.IOleParentUndoUnit parentUnit, bool fCommit)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 /// <summary>
 /// Not Implemented.
 /// </summary>
 /// <param name="parentUnit"></param>
 /// <returns></returns>
 public int Open(Interop.IOleParentUndoUnit parentUnit)
 {
     throw new NotImplementedException();
 }