2015-03-31 13:49:39 -07:00
|
|
|
|
//
|
|
|
|
|
// MainPage.xaml.h
|
|
|
|
|
// Declaration of the MainPage class.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
#include "MainPage.g.h"
|
|
|
|
|
|
2016-05-16 10:34:04 -04:00
|
|
|
|
namespace VSXaml {
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// An empty page that can be used on its own or navigated to within a Frame.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public
|
|
|
|
|
ref class MainPage sealed
|
2015-03-31 13:49:39 -07:00
|
|
|
|
{
|
2016-05-16 10:34:04 -04:00
|
|
|
|
public:
|
|
|
|
|
MainPage();
|
|
|
|
|
};
|
2015-03-31 13:49:39 -07:00
|
|
|
|
}
|