25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

84 satır
2.7 KiB

  1. #pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "1013D332F5CF7F76730B043F8F24ECB0ADD389B3FB38F49BCBA53A874105BE54"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // This code was generated by a tool.
  5. // Runtime Version:4.0.30319.42000
  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 Example;
  12. using System;
  13. using System.Diagnostics;
  14. using System.Windows;
  15. using System.Windows.Automation;
  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.Markup;
  23. using System.Windows.Media;
  24. using System.Windows.Media.Animation;
  25. using System.Windows.Media.Effects;
  26. using System.Windows.Media.Imaging;
  27. using System.Windows.Media.Media3D;
  28. using System.Windows.Media.TextFormatting;
  29. using System.Windows.Navigation;
  30. using System.Windows.Shapes;
  31. using System.Windows.Shell;
  32. namespace Example {
  33. /// <summary>
  34. /// App
  35. /// </summary>
  36. public partial class App : System.Windows.Application {
  37. private bool _contentLoaded;
  38. /// <summary>
  39. /// InitializeComponent
  40. /// </summary>
  41. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  42. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  43. public void InitializeComponent() {
  44. if (_contentLoaded) {
  45. return;
  46. }
  47. _contentLoaded = true;
  48. #line 5 "..\..\App.xaml"
  49. this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
  50. #line default
  51. #line hidden
  52. System.Uri resourceLocater = new System.Uri("/Example;component/app.xaml", System.UriKind.Relative);
  53. #line 1 "..\..\App.xaml"
  54. System.Windows.Application.LoadComponent(this, resourceLocater);
  55. #line default
  56. #line hidden
  57. }
  58. /// <summary>
  59. /// Application Entry Point.
  60. /// </summary>
  61. [System.STAThreadAttribute()]
  62. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  63. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  64. public static void Main() {
  65. Example.App app = new Example.App();
  66. app.InitializeComponent();
  67. app.Run();
  68. }
  69. }
  70. }