Add the ".intck ?STEPS_PER_UNLOCK?" command to the shell tool.
[sqlite.git] / vsixtest / App.xaml.h
blob5fa8837d38e38015d24998b7ecdc3e71ac20d9dc
1 //
2 // App.xaml.h
3 // Declaration of the App class.
4 //
6 #pragma once
8 #include "App.g.h"
10 namespace vsixtest
12 /// <summary>
13 /// Provides application-specific behavior to supplement the default Application class.
14 /// </summary>
15 ref class App sealed
17 protected:
18 virtual void OnLaunched(Windows::ApplicationModel::Activation::LaunchActivatedEventArgs^ e) override;
20 internal:
21 App();
23 private:
24 void OnSuspending(Platform::Object^ sender, Windows::ApplicationModel::SuspendingEventArgs^ e);
25 void OnNavigationFailed(Platform::Object ^sender, Windows::UI::Xaml::Navigation::NavigationFailedEventArgs ^e);