diff options
Diffstat (limited to 'winrt/winapp/LVContents.h')
-rw-r--r-- | winrt/winapp/LVContents.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/winrt/winapp/LVContents.h b/winrt/winapp/LVContents.h deleted file mode 100644 index 1ca4179c..00000000 --- a/winrt/winapp/LVContents.h +++ /dev/null @@ -1,12 +0,0 @@ -#pragma once -namespace ListViewContents { - [Windows::UI::Xaml::Data::Bindable] - public ref class LVContents sealed - { - public: - LVContents(void); - property Platform::String^ ContentItem; - property int Page; - - }; -} |