Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Monitored Undo Framework - A simple undo/redo framework for .NET

License

NotificationsYou must be signed in to change notification settings

nathanaw/muf

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.

Documentation

Please refer to thedocumentation folder in the repo for details on usage.

Quick Start...

To get a quick idea of how it works, check out the unit tests and the sample model classes.

Sample Application

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.

Reference Application

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.

NuGet

MUF isavailable on NuGet.


[8]ページ先頭

©2009-2025 Movatter.jp