-
Undo/Redo support is one of those golden features that really differentiate a client app from many web apps. There have been a number of methods/techniques to provide this support that I’ve run across from brute force, to the memento pattern , but none that lit any fire for me. Here’s my answer...