App.g.i.cs 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. 
  2. #pragma checksum "c:\users\javier\documents\visual studio 2013\Projects\Xamarin.Forms Windows\Xamarin.Forms Windows.WindowsPhone81\App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "445E115A426306AA80468F05A0A3D2F6"
  3. //------------------------------------------------------------------------------
  4. // <auto-generated>
  5. // This code was generated by a tool.
  6. //
  7. // Changes to this file may cause incorrect behavior and will be lost if
  8. // the code is regenerated.
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. namespace Xamarin.Forms_Windows.WindowsPhone81
  12. {
  13. #if !DISABLE_XAML_GENERATED_MAIN
  14. public static class Program
  15. {
  16. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
  17. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  18. static void Main(string[] args)
  19. {
  20. global::Windows.UI.Xaml.Application.Start((p) => new App());
  21. }
  22. }
  23. #endif
  24. partial class App : global::Windows.UI.Xaml.Application
  25. {
  26. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
  27. private bool _contentLoaded;
  28. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
  29. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  30. public void InitializeComponent()
  31. {
  32. if (_contentLoaded)
  33. return;
  34. _contentLoaded = true;
  35. #if DEBUG && !DISABLE_XAML_GENERATED_BINDING_DEBUG_OUTPUT
  36. DebugSettings.BindingFailed += (sender, args) =>
  37. {
  38. global::System.Diagnostics.Debug.WriteLine(args.Message);
  39. };
  40. #endif
  41. #if DEBUG && !DISABLE_XAML_GENERATED_BREAK_ON_UNHANDLED_EXCEPTION
  42. UnhandledException += (sender, e) =>
  43. {
  44. if (global::System.Diagnostics.Debugger.IsAttached) global::System.Diagnostics.Debugger.Break();
  45. };
  46. #endif
  47. }
  48. }
  49. }