memento icon indicating copy to clipboard operation
memento copied to clipboard

Lightweight and extensible undo framework for .NET ⛺

Results 2 memento issues
Sort by recently updated
recently updated
newest added

Migrate project to .NET Standard 2.0 for .NET Core compatibility.

I have a treeview that I want to enable undo / redo for. I know that I can set up event listeners for all collections but there is already too...