blob: cf95007d177842963f6364b36541f49afb062fc0 [file] [log] [blame]
mistachkin7aa3ebe2016-02-24 21:42:03 +00001//
2// MainPage.xaml.h
3// Declaration of the MainPage class.
4//
5
6#pragma once
7
8#include "MainPage.g.h"
9
10namespace vsixtest
11{
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
16 {
17 public:
18 MainPage();
19
20 };
21}