Artifact cc05cca10d50a003f6c6e4448b701cdd07f52f29:
- File vsixtest/MainPage.xaml.h — part of check-in [0ab74373bd] at 2016-02-25 02:49:58 on branch vsixTest — More work. Install and build steps are now tested. (user: mistachkin size: 325) [more...]
// // 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); }; }