I read the documentation, but I don't quite understand how to use TrackerDog in WPF, in short my application is a Master-Detail view, I have a Master view which is ObservableCollection<MyModel>, the Detail view can edit SelectedMyModel When I close the application, I can be reminded of the unsaved changes one by one.
The effect of closing the window is similar to Win11's Notepad.
