I have a client application that downloads a number of STE's via WCF.
Using a WPF application, users can select an entity from a ListBox, and edit it via a popup UserControl. As the UserControl is bound directly to the object, when a user makes a change it of course affects the object.
I would like to provide a Cancel function which will undo all changes made to the entity.
Any thoughts?