// // $safeitemname$.cpp // Implementierung der $safeitemname$-Klasse // #include "pch.h" #include "$safeitemname$.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::Data; using namespace Windows::UI::Xaml::Documents; using namespace Windows::UI::Xaml::Input; using namespace Windows::UI::Xaml::Interop; using namespace Windows::UI::Xaml::Media; // Die Elementvorlage "Steuerelement mit Vorlagen" ist unter http://go.microsoft.com/fwlink/?LinkId=234235 dokumentiert. $safeitemname$::$safeitemname$() { DefaultStyleKey = "$rootnamespace$.$safeitemname$"; }