/EventManager/EventManager/obj/Debug/Copy of EventMap.g.i.cs

http://wp7app.googlecode.com/ · C# · 70 lines · 45 code · 13 blank · 12 comment · 1 complexity · 336f08b7ffee9f2e9d6daf64dfd8c0a9 MD5 · raw file

  1. #pragma checksum "c:\users\juiceman\documents\visual studio 2010\Projects\EventManager\EventManager\Copy of EventMap.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "2DCE5DE831422F305AA8A33424F48D68"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // This code was generated by a tool.
  5. // Runtime Version:4.0.30319.1
  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. using Microsoft.Phone.Controls;
  12. using Microsoft.Phone.Controls.Maps;
  13. using System;
  14. using System.Windows;
  15. using System.Windows.Automation;
  16. using System.Windows.Automation.Peers;
  17. using System.Windows.Automation.Provider;
  18. using System.Windows.Controls;
  19. using System.Windows.Controls.Primitives;
  20. using System.Windows.Data;
  21. using System.Windows.Documents;
  22. using System.Windows.Ink;
  23. using System.Windows.Input;
  24. using System.Windows.Interop;
  25. using System.Windows.Markup;
  26. using System.Windows.Media;
  27. using System.Windows.Media.Animation;
  28. using System.Windows.Media.Imaging;
  29. using System.Windows.Resources;
  30. using System.Windows.Shapes;
  31. using System.Windows.Threading;
  32. namespace EventManager {
  33. public partial class EventMap : Microsoft.Phone.Controls.PhoneApplicationPage {
  34. internal System.Windows.Controls.Grid LayoutRoot;
  35. internal System.Windows.Controls.StackPanel TitlePanel;
  36. internal System.Windows.Controls.TextBlock ApplicationTitle;
  37. internal Microsoft.Phone.Controls.Maps.Map map1;
  38. internal System.Windows.Controls.Button button1;
  39. private bool _contentLoaded;
  40. /// <summary>
  41. /// InitializeComponent
  42. /// </summary>
  43. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  44. public void InitializeComponent() {
  45. if (_contentLoaded) {
  46. return;
  47. }
  48. _contentLoaded = true;
  49. System.Windows.Application.LoadComponent(this, new System.Uri("/EventManager;component/Copy%20of%20EventMap.xaml", System.UriKind.Relative));
  50. this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
  51. this.TitlePanel = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
  52. this.ApplicationTitle = ((System.Windows.Controls.TextBlock)(this.FindName("ApplicationTitle")));
  53. this.map1 = ((Microsoft.Phone.Controls.Maps.Map)(this.FindName("map1")));
  54. this.button1 = ((System.Windows.Controls.Button)(this.FindName("button1")));
  55. }
  56. }
  57. }