aboutsummaryrefslogtreecommitdiff
path: root/vsixtest/MainPage.xaml.h
diff options
context:
space:
mode:
authormistachkin <mistachkin@noemail.net>2016-02-25 02:49:58 +0000
committermistachkin <mistachkin@noemail.net>2016-02-25 02:49:58 +0000
commitc32db469f4fc67e2decbc200af3598093093c9ec (patch)
treed9e9a2ac49b20fb09959e9f3ef71bbf3b0f8ff51 /vsixtest/MainPage.xaml.h
parent5dad68d3c75014a1a9e9a38c1480f5f96524688e (diff)
downloadsqlite-c32db469f4fc67e2decbc200af3598093093c9ec.tar.gz
sqlite-c32db469f4fc67e2decbc200af3598093093c9ec.zip
More work. Install and build steps are now tested.
FossilOrigin-Name: 0ab74373bd37d48d6afa7aecb67885afcd3a85b1
Diffstat (limited to 'vsixtest/MainPage.xaml.h')
-rw-r--r--vsixtest/MainPage.xaml.h43
1 files changed, 22 insertions, 21 deletions
diff --git a/vsixtest/MainPage.xaml.h b/vsixtest/MainPage.xaml.h
index cf95007d1..ea327a3e4 100644
--- a/vsixtest/MainPage.xaml.h
+++ b/vsixtest/MainPage.xaml.h
@@ -1,21 +1,22 @@
-//
-// MainPage.xaml.h
-// Declaration of the MainPage class.
-//
-
-#pragma once
-
-#include "MainPage.g.h"
-
-namespace vsixtest
-{
- /// <summary>
- /// An empty page that can be used on its own or navigated to within a Frame.
- /// </summary>
- public ref class MainPage sealed
- {
- public:
- MainPage();
-
- };
-}
+//
+// MainPage.xaml.h
+// Declaration of the MainPage class.
+//
+
+#pragma once
+
+#include "MainPage.g.h"
+
+namespace vsixtest
+{
+ /// <summary>
+ /// An empty page that can be used on its own or navigated to within a Frame.
+ /// </summary>
+ public ref class MainPage sealed
+ {
+ public:
+ MainPage();
+ void UseSQLite(void);
+
+ };
+}