/EventManager/EventManager/obj/Debug/UpcomingEvents.g.cs
http://wp7app.googlecode.com/ · C# · 69 lines · 44 code · 13 blank · 12 comment · 1 complexity · dcc9ee2aa64a1f17316c63bfc08c8648 MD5 · raw file
- #pragma checksum "C:\Study\CS590 - Cloud Computing\EventManager\EventManager\UpcomingEvents.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "87F9DFDC63C8FBF4B622D6735267DA05"
- //------------------------------------------------------------------------------
- // <auto-generated>
- // This code was generated by a tool.
- // Runtime Version:4.0.30319.1
- //
- // Changes to this file may cause incorrect behavior and will be lost if
- // the code is regenerated.
- // </auto-generated>
- //------------------------------------------------------------------------------
-
- using Microsoft.Phone.Controls;
- using System;
- using System.Windows;
- using System.Windows.Automation;
- using System.Windows.Automation.Peers;
- using System.Windows.Automation.Provider;
- using System.Windows.Controls;
- using System.Windows.Controls.Primitives;
- using System.Windows.Data;
- using System.Windows.Documents;
- using System.Windows.Ink;
- using System.Windows.Input;
- using System.Windows.Interop;
- using System.Windows.Markup;
- using System.Windows.Media;
- using System.Windows.Media.Animation;
- using System.Windows.Media.Imaging;
- using System.Windows.Resources;
- using System.Windows.Shapes;
- using System.Windows.Threading;
-
-
- namespace EventManager {
-
-
- public partial class UpcomingEvents : Microsoft.Phone.Controls.PhoneApplicationPage {
-
- internal System.Windows.Controls.Grid LayoutRoot;
-
- internal System.Windows.Controls.StackPanel TitlePanel;
-
- internal System.Windows.Controls.TextBlock ApplicationTitle;
-
- internal System.Windows.Controls.TextBlock PageTitle;
-
- internal System.Windows.Controls.Grid ContentPanel;
-
- private bool _contentLoaded;
-
- /// <summary>
- /// InitializeComponent
- /// </summary>
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public void InitializeComponent() {
- if (_contentLoaded) {
- return;
- }
- _contentLoaded = true;
- System.Windows.Application.LoadComponent(this, new System.Uri("/EventManager;component/UpcomingEvents.xaml", System.UriKind.Relative));
- this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
- this.TitlePanel = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
- this.ApplicationTitle = ((System.Windows.Controls.TextBlock)(this.FindName("ApplicationTitle")));
- this.PageTitle = ((System.Windows.Controls.TextBlock)(this.FindName("PageTitle")));
- this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
- }
- }
- }