Fix a problem allowing a LIMIT constraint to be passed to a virtual table in cases...
[sqlite.git] / vsixtest / MainPage.xaml.h
blobea327a3e4c5a521d7638d5bbd209859ed819a779
1 //
2 // MainPage.xaml.h
3 // Declaration of the MainPage class.
4 //
6 #pragma once
8 #include "MainPage.g.h"
10 namespace vsixtest
12 /// <summary>
13 /// An empty page that can be used on its own or navigated to within a Frame.
14 /// </summary>
15 public ref class MainPage sealed
17 public:
18 MainPage();
19 void UseSQLite(void);