Allow launching UWP app from command line

This commit is contained in:
Fernando Jimenez Moreno 2019-10-22 19:16:07 +02:00
parent e26530341b
commit 0feb16fe8d
3 changed files with 27 additions and 8 deletions

View file

@ -9,6 +9,8 @@ namespace winrt::ServoApp::implementation {
struct App : AppT<App> {
App();
void createRootFrame(bool prelaunchActivated,
winrt::Windows::Foundation::IInspectable const &args);
void OnLaunched(
Windows::ApplicationModel::Activation::LaunchActivatedEventArgs const &);
void App::OnActivated(