コード例 #1
0
ファイル: App.xaml.cs プロジェクト: dbeattie71/Audiotica
 public App()
 {
     InitializeComponent();
     HardwareButtons.BackPressed += HardwareButtonsOnBackPressed;
     _continuationManager         = new ContinuationManager();
     Suspending         += OnSuspending;
     Resuming           += OnResuming;
     UnhandledException += OnUnhandledException;
 }
コード例 #2
0
ファイル: App.xaml.cs プロジェクト: jayharry28/Audiotica
 public App()
 {
     InitializeComponent();
     HardwareButtons.BackPressed += HardwareButtonsOnBackPressed;
     _continuationManager = new ContinuationManager();
     Suspending += OnSuspending;
     Resuming += OnResuming;
     UnhandledException += OnUnhandledException;
 }