c# - Updating App content on resume -
this going noob question wasn't able google it.
in windows phone app there's method in app.xaml.cs
private void application_activated(object sender, activatedeventargs e) { }
that called when app brought background. how can have main app page (main.xaml.cs) update new data web when method beeing called. want happen when main page open not when other pages open
can give me hint here?
thanks in advance!
Comments
Post a Comment