예제 #1
0
 public App()
 {
     InitializeComponent();
     HardwareButtons.BackPressed += HardwareButtonsOnBackPressed;
     _continuationManager         = new ContinuationManager();
     Suspending         += OnSuspending;
     Resuming           += OnResuming;
     UnhandledException += OnUnhandledException;
 }
예제 #2
0
 public App()
 {
     InitializeComponent();
     HardwareButtons.BackPressed += HardwareButtonsOnBackPressed;
     _continuationManager = new ContinuationManager();
     Suspending += OnSuspending;
     Resuming += OnResuming;
     UnhandledException += OnUnhandledException;
 }