Changeset 2776
- Timestamp:
- 07/03/12 06:18:19 (11 months ago)
- File:
-
- 1 edited
-
trunk/eraser/Eraser/Program.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser/Eraser/Program.cs
r2655 r2776 178 178 } 179 179 180 public enum ShellActions181 {182 /// <summary>183 /// Erase the selected items now.184 /// </summary>185 EraseNow,186 187 /// <summary>188 /// Erase the selected items on restart.189 /// </summary>190 EraseOnRestart,191 192 /// <summary>193 /// Erase the unused space on the drive.194 /// </summary>195 EraseUnusedSpace,196 197 /// <summary>198 /// Securely moves a file from one drive to another (simple rename if the source and199 /// destination drives are the same)200 /// </summary>201 SecureMove202 }203 204 180 /// <summary> 205 181 /// The main entry point for the application.
Note: See TracChangeset
for help on using the changeset viewer.
