#include "pch.h"
#include "MainWindow.xaml.h"
#if __has_include(
"MainWindow.g.cpp")
#include "MainWindow.g.cpp"
#endif
using namespace winrt;
using namespace Microsoft::
UI::Xaml;
namespace winrt::winui::implementation
{
MainWindow::MainWindow()
{
InitializeComponent();
}
int32_t MainWindow::MyProperty()
{
throw hresult_not_implemented();
}
void MainWindow::MyProperty(
int32_t )
{
throw hresult_not_implemented();
}
void MainWindow::myButton_Click(IInspectable
const&, RoutedEventArgs
const&)
{
}
}