- Notifications
You must be signed in to change notification settings - Fork12
Monitored Undo Framework - A simple undo/redo framework for .NET
License
nathanaw/muf
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Monitored Undo is a .NET Standard 2.0 Undo / Redo framework. The framework "monitors" changesto the model, keeps a history of undo / redo operations, and assists with applying an undoback to the model.
Please refer to thedocumentation folder in the repo for details on usage.
To get a quick idea of how it works, check out the unit tests and the sample model classes.
There is a WPF Sample application in the source code tree. This is a very simple app thatshows a couple features of the undo framework. It does not follow best practices, but doesillustrate how to hook things up.
For a more complete example application, consider thePhoto Tagger reference appsample application. It was created for a presentation related to WPF applications, EF, and undo.
MUF isavailable on NuGet.