// // $safeitemname$.xaml.cpp // Implementation of the $safeitemname$ class // #include "pch.h" #include "$safeitemname$.xaml.h" using namespace $rootnamespace$; using namespace Platform; using namespace Windows::Foundation; using namespace Windows::Foundation::Collections; using namespace Windows::UI::Xaml; using namespace Windows::UI::Xaml::Controls; using namespace Windows::UI::Xaml::Controls::Primitives; using namespace Windows::UI::Xaml::Data; using namespace Windows::UI::Xaml::Input; using namespace Windows::UI::Xaml::Media; using namespace Windows::UI::Xaml::Navigation; // The Content Dialog item template is documented at https://go.microsoft.com/fwlink/?LinkId=234238 $rootnamespace$::$safeitemname$::$safeitemname$() { InitializeComponent(); } void $rootnamespace$::$safeitemname$::ContentDialog_PrimaryButtonClick(Windows::UI::Xaml::Controls::ContentDialog^ sender, Windows::UI::Xaml::Controls::ContentDialogButtonClickEventArgs^ args) { } void $rootnamespace$::$safeitemname$::ContentDialog_SecondaryButtonClick(Windows::UI::Xaml::Controls::ContentDialog^ sender, Windows::UI::Xaml::Controls::ContentDialogButtonClickEventArgs^ args) { }