Chromium Code Reviews| Index: third_party/sqlite/src/vsixtest/MainPage.xaml.h |
| diff --git a/third_party/sqlite/src/vsixtest/MainPage.xaml.h b/third_party/sqlite/src/vsixtest/MainPage.xaml.h |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..ea327a3e4c5a521d7638d5bbd209859ed819a779 |
| --- /dev/null |
| +++ b/third_party/sqlite/src/vsixtest/MainPage.xaml.h |
| @@ -0,0 +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(); |
| + void UseSQLite(void); |
| + |
| + }; |
| +} |