- Timestamp:
- 5/4/2010 1:32:44 AM (3 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser/Eraser.DefaultPlugins/ErasureTargets/FolderErasureTarget.cs
r2038 r2039 41 41 [Serializable] 42 42 [Guid("F50B0A44-3AB1-4cab-B81E-1713AC3D28C9")] 43 public class Folder Target : FileSystemObjectTarget43 public class FolderErasureTarget : FileSystemObjectErasureTarget 44 44 { 45 45 #region Serialization code 46 protected Folder Target(SerializationInfo info, StreamingContext context)46 protected FolderErasureTarget(SerializationInfo info, StreamingContext context) 47 47 : base(info, context) 48 48 { … … 65 65 /// Constructor. 66 66 /// </summary> 67 public Folder Target()67 public FolderErasureTarget() 68 68 { 69 69 IncludeMask = string.Empty;
Note: See TracChangeset
for help on using the changeset viewer.
