Probably a stupid question, so I apologize in advance. I am new to creating an application for the Windows 8 Store.
I need to run some methods on my script page when the application is paused. I have only one page, and I have some public methods in the Page1.xaml.cs file. I want to call them from the OnSuspending () method in the App.xaml.cs file. I need to make sure some text files are saved.
How to create a link to my Page 1 script?
source
share