SamuelSVD / TrayDir

An open-source Windows application that serves as a system tray utility for efficient access to files, folders, scripts, and other resources
45 stars 7 forks source link

Add ability to cancel changes in edit forms #189

Closed SamuelSVD closed 2 years ago

SamuelSVD commented 2 years ago

See if it makes sense to use ICloneable for this: https://stackoverflow.com/questions/6569486/creating-a-copy-of-an-object-in-c-sharp

SamuelSVD commented 2 years ago

Did not end up going with ICloneable due to some conflicts in other sections of code. Instead, added a Model base class that can be inherited.