How to implement to restore the last saved or opened instance or page for a windows application in case of crashed?

Viewed 37

I wanted to implement one of my idea where I want to restore or open the saved pages again of the last instance for a window application in case of crashed or sudden shut down.

The current approach, as we have to re-configured all the steps and actions as we have done before crashing.

Background - We have a WPF windows application with C# and legacy code.

Suggest me any suggestion or way to achieve this.

0 Answers
Related