MainPage.g.i.cs 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. #pragma checksum "D:\GitHub\Xamarin.Forms-Samples\FormulaOneApp\FormulaOneApp.WinPhone\MainPage.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "EB5AF5C3DBC827AC7A5C7D7264994663"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // Este código fue generado por una herramienta.
  5. // Versión de runtime:4.0.30319.42000
  6. //
  7. // Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si
  8. // se vuelve a generar el código.
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using System;
  12. using System.Windows;
  13. using System.Windows.Automation;
  14. using System.Windows.Automation.Peers;
  15. using System.Windows.Automation.Provider;
  16. using System.Windows.Controls;
  17. using System.Windows.Controls.Primitives;
  18. using System.Windows.Data;
  19. using System.Windows.Documents;
  20. using System.Windows.Ink;
  21. using System.Windows.Input;
  22. using System.Windows.Interop;
  23. using System.Windows.Markup;
  24. using System.Windows.Media;
  25. using System.Windows.Media.Animation;
  26. using System.Windows.Media.Imaging;
  27. using System.Windows.Resources;
  28. using System.Windows.Shapes;
  29. using System.Windows.Threading;
  30. using Xamarin.Forms.Platform.WinPhone;
  31. namespace FormulaOneApp.WinPhone {
  32. public partial class MainPage : Xamarin.Forms.Platform.WinPhone.FormsApplicationPage {
  33. internal System.Windows.Controls.Grid LayoutRoot;
  34. internal System.Windows.Controls.StackPanel TitlePanel;
  35. internal System.Windows.Controls.Grid ContentPanel;
  36. private bool _contentLoaded;
  37. /// <summary>
  38. /// InitializeComponent
  39. /// </summary>
  40. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  41. public void InitializeComponent() {
  42. if (_contentLoaded) {
  43. return;
  44. }
  45. _contentLoaded = true;
  46. System.Windows.Application.LoadComponent(this, new System.Uri("/FormulaOneApp.WinPhone;component/MainPage.xaml", System.UriKind.Relative));
  47. this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
  48. this.TitlePanel = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
  49. this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
  50. }
  51. }
  52. }