MainPage.xaml.h 294 B

1234567891011121314151617181920
  1. //
  2. // MainPage.xaml.h
  3. // Declaration of the MainPage class.
  4. //
  5. #pragma once
  6. #include "MainPage.g.h"
  7. namespace VSXaml {
  8. /// <summary>
  9. /// An empty page that can be used on its own or navigated to within a Frame.
  10. /// </summary>
  11. public
  12. ref class MainPage sealed
  13. {
  14. public:
  15. MainPage();
  16. };
  17. }