PageRenderTime 85ms CodeModel.GetById 32ms RepoModel.GetById 1ms app.codeStats 1ms

/TimeSheetReporting/TimeSheetReporting/obj/Debug/Views/Home.g.cs

#
C# | 67 lines | 43 code | 12 blank | 12 comment | 1 complexity | fc872f92dfe50f7112a7f427f4e54d64 MD5 | raw file
  1. #pragma checksum "C:\ValueAdds\TimeSheetReporting\TimeSheetReporting\Views\Home.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "AB472A43FF613641FB0264FE1AF1C225"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // This code was generated by a tool.
  5. // Runtime Version:2.0.50727.4036
  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 System;
  12. using System.Windows;
  13. using System.Windows.Automation;
  14. using System.Windows.Automation.Peers;
  15. using System.Windows.Automation.Provider;
  16. using System.Windows.Controls;
  17. using System.Windows.Controls.Primitives;
  18. using System.Windows.Data;
  19. using System.Windows.Documents;
  20. using System.Windows.Ink;
  21. using System.Windows.Input;
  22. using System.Windows.Interop;
  23. using System.Windows.Markup;
  24. using System.Windows.Media;
  25. using System.Windows.Media.Animation;
  26. using System.Windows.Media.Imaging;
  27. using System.Windows.Resources;
  28. using System.Windows.Shapes;
  29. using System.Windows.Threading;
  30. namespace TimeSheetReporting {
  31. public partial class Home : System.Windows.Controls.Page {
  32. internal System.Windows.Controls.Grid LayoutRoot;
  33. internal System.Windows.Controls.DataGrid gridEfforts;
  34. internal System.Windows.Controls.Button BtnSave;
  35. internal System.Windows.Controls.Button BtnAdd;
  36. internal System.Windows.Controls.Button BtnDelete;
  37. private bool _contentLoaded;
  38. /// <summary>
  39. /// InitializeComponent
  40. /// </summary>
  41. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  42. public void InitializeComponent() {
  43. if (_contentLoaded) {
  44. return;
  45. }
  46. _contentLoaded = true;
  47. System.Windows.Application.LoadComponent(this, new System.Uri("/TimeSheetReporting;component/Views/Home.xaml", System.UriKind.Relative));
  48. this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
  49. this.gridEfforts = ((System.Windows.Controls.DataGrid)(this.FindName("gridEfforts")));
  50. this.BtnSave = ((System.Windows.Controls.Button)(this.FindName("BtnSave")));
  51. this.BtnAdd = ((System.Windows.Controls.Button)(this.FindName("BtnAdd")));
  52. this.BtnDelete = ((System.Windows.Controls.Button)(this.FindName("BtnDelete")));
  53. }
  54. }
  55. }