Skip to content

Instantly share code, notes, and snippets.

@AddressXception
Created April 8, 2016 13:00
Show Gist options
  • Save AddressXception/81ab053ab015afaa1863c12df767dc8b to your computer and use it in GitHub Desktop.
Save AddressXception/81ab053ab015afaa1863c12df767dc8b to your computer and use it in GitHub Desktop.
public static IApp StartApp(string appId)
{
return _app = new WindowsApp()
.GetAppxPackage(appId)
.InitializePlayback()
.StartApp() as WindowsApp;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment