How to make a database call upon Windows app closing?
I am working on a Windows MAUI application. Simply: I have a database, from which I load data upon app opening, and I want to save the new data when the app is closed.
I am working on a Windows MAUI application. Simply: I have a database, from which I load data upon app opening, and I want to save the new data when the app is closed.