Welcome Guest
Will you consider logging in or joining us?

Username:   Password:
Multi
Multi
Testing
Topic Started: Sep 29 2013, 02:42 AM (57 Views)
Chris
Member Avatar
Truth begins in lies.
Cody
 
This is a quote


Code:
 

var app = WinJS.Application;
var activation = Windows.ApplicationModel.Activation;

app.onactivated = function (args) {
if (args.detail.kind === activation.ActivationKind.launch) {
if (args.detail.previousExecutionState !== activation.ApplicationExecutionState.terminated) {
// TODO: This application has been newly launched. Initialize
// your application here.
} else {
// TODO: This application has been reactivated from suspension.
// Restore application state here.
}
args.setPromise(WinJS.UI.processAll());
}
};


This is a spoiler
Edited by Chris, Sep 29 2013, 02:43 AM.
Chris. | Outline Staff | Facebook | deviantART

Posted Image
Off
Profile
Quote
Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · General Chat · Next Topic »

Welcome Guest [Log In] [Register]
Outline Live
Loading..
Loading..