| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
-
- #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"
- //------------------------------------------------------------------------------
- // <auto-generated>
- // This code was generated by a tool.
- //
- // Changes to this file may cause incorrect behavior and will be lost if
- // the code is regenerated.
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace Xamarin.Forms_Windows.WindowsPhone81
- {
- #if !DISABLE_XAML_GENERATED_MAIN
- public static class Program
- {
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- static void Main(string[] args)
- {
- global::Windows.UI.Xaml.Application.Start((p) => new App());
- }
- }
- #endif
- partial class App : global::Windows.UI.Xaml.Application
- {
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
- private bool _contentLoaded;
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public void InitializeComponent()
- {
- if (_contentLoaded)
- return;
- _contentLoaded = true;
- #if DEBUG && !DISABLE_XAML_GENERATED_BINDING_DEBUG_OUTPUT
- DebugSettings.BindingFailed += (sender, args) =>
- {
- global::System.Diagnostics.Debug.WriteLine(args.Message);
- };
- #endif
- #if DEBUG && !DISABLE_XAML_GENERATED_BREAK_ON_UNHANDLED_EXCEPTION
- UnhandledException += (sender, e) =>
- {
- if (global::System.Diagnostics.Debugger.IsAttached) global::System.Diagnostics.Debugger.Break();
- };
- #endif
- }
- }
- }
|