MainPage.xaml.h 272 B

123456789101112131415161718192021
  1. //
  2. // MainPage.xaml.h
  3. // MainPage 类的声明。
  4. //
  5. #pragma once
  6. #include "MainPage.g.h"
  7. namespace App1
  8. {
  9. /// <summary>
  10. /// 可用于自身或导航至 Frame 内部的空白页。
  11. /// </summary>
  12. public ref class MainPage sealed
  13. {
  14. public:
  15. MainPage();
  16. };
  17. }