diff options
Diffstat (limited to 'vsixtest/MainPage.xaml.h')
-rw-r--r-- | vsixtest/MainPage.xaml.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/vsixtest/MainPage.xaml.h b/vsixtest/MainPage.xaml.h deleted file mode 100644 index ea327a3e4..000000000 --- a/vsixtest/MainPage.xaml.h +++ /dev/null @@ -1,22 +0,0 @@ -// -// 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); - - }; -} |