MainPage.xaml.h 773 B

123456789101112131415161718192021222324252627282930313233
  1. /*
  2. * Copyright (c) 2014, Oculus VR, Inc.
  3. * All rights reserved.
  4. *
  5. * This source code is licensed under the BSD-style license found in the
  6. * LICENSE file in the root directory of this source tree. An additional grant
  7. * of patent rights can be found in the PATENTS file in the same directory.
  8. *
  9. */
  10. //
  11. // MainPage.xaml.h
  12. // Declaration of the MainPage class.
  13. //
  14. #pragma once
  15. #include "MainPage.g.h"
  16. namespace RakNet_WindowsStore8_VS2012
  17. {
  18. /// <summary>
  19. /// An empty page that can be used on its own or navigated to within a Frame.
  20. /// </summary>
  21. public ref class MainPage sealed
  22. {
  23. public:
  24. MainPage();
  25. protected:
  26. virtual void OnNavigatedTo(Windows::UI::Xaml::Navigation::NavigationEventArgs^ e) override;
  27. };
  28. }
粤ICP备19079148号