DepartmentPage.g.cs CampusAppWP8::Pages::Departments::DepartmentPage CampusAppWP8::Pages::Departments #pragmachecksum"C:\Users\stubbfel\Documents\CampusAppWP8\CampusAppWP8\CampusAppWP8\Pages\Departments\DepartmentPage.xaml""{406ea660-64cf-4c82-b6f0-42d48172a799}""3EE6736B260520D41499B5D67ED51FEF" //------------------------------------------------------------------------------ //<auto-generated> //DieserCodewurdevoneinemToolgeneriert. //Laufzeitversion:4.0.30319.18046 // //ÄnderungenandieserDateikönnenfalschesVerhaltenverursachenundgehenverloren,wenn //derCodeerneutgeneriertwird. //</auto-generated> //------------------------------------------------------------------------------ usingCampusAppWP8.Model.Departments; usingMicrosoft.Phone.Controls; usingSystem; usingSystem.Windows; usingSystem.Windows.Automation; usingSystem.Windows.Automation.Peers; usingSystem.Windows.Automation.Provider; usingSystem.Windows.Controls; usingSystem.Windows.Controls.Primitives; usingSystem.Windows.Data; usingSystem.Windows.Documents; usingSystem.Windows.Ink; usingSystem.Windows.Input; usingSystem.Windows.Interop; usingSystem.Windows.Markup; usingSystem.Windows.Media; usingSystem.Windows.Media.Animation; usingSystem.Windows.Media.Imaging; usingSystem.Windows.Resources; usingSystem.Windows.Shapes; usingSystem.Windows.Threading; namespaceCampusAppWP8.Pages.Departments{ publicpartialclassDepartmentPage:Microsoft.Phone.Controls.PhoneApplicationPage{ internalCampusAppWP8.Model.Departments.DepartmentViewModelDepartmentView; internalSystem.Windows.Controls.GridLayoutRoot; internalMicrosoft.Phone.Controls.PivotDepartmentPivot; privatebool_contentLoaded; [System.Diagnostics.DebuggerNonUserCodeAttribute()] publicvoidInitializeComponent(){ if(_contentLoaded){ return; } _contentLoaded=true; System.Windows.Application.LoadComponent(this,newSystem.Uri("/CampusAppWP8;component/Pages/Departments/DepartmentPage.xaml",System.UriKind.Relative)); this.DepartmentView=((CampusAppWP8.Model.Departments.DepartmentViewModel)(this.FindName("DepartmentView"))); this.LayoutRoot=((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); this.DepartmentPivot=((Microsoft.Phone.Controls.Pivot)(this.FindName("DepartmentPivot"))); } } }