Extend this Class to Undo/Redo in a Listview
问题 I'm using a thir party code to manage undo/redo operations in a WindowsForm project. I need to extend the Class to manage undo/redo operations in a Listview, this means: · Undo/Redo Add/Delete items and subitems · Undo/Redo Check/Uncheck rows · Undo/Redo some other importants things that maybe I've missed I don't know how to start doing this, the code is too complex for me, any help/tips/examples about this would be very gratified for me, but in 3 months I have not been able to carry out this