Files
cpython/UWP/python34app/Privacy.xaml.h

20 lines
328 B
C
Raw Permalink Normal View History

//
// Privacy.xaml.h
// Deklaration der Privacy-Klasse
//
#pragma once
#include "Privacy.g.h"
namespace python34app
{
[Windows::Foundation::Metadata::WebHostHidden]
public ref class Privacy sealed
{
public:
Privacy();
void do_close(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e);
};
}