| | 1 | | #pragma checksum "..\..\App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "7D8B8C8AABF11665721FFC0B0F38E717" |
| | 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 | |
|
| | 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.Forms.Integration; |
| | 21 | | using System.Windows.Ink; |
| | 22 | | using System.Windows.Input; |
| | 23 | | using System.Windows.Markup; |
| | 24 | | using System.Windows.Media; |
| | 25 | | using System.Windows.Media.Animation; |
| | 26 | | using System.Windows.Media.Effects; |
| | 27 | | using System.Windows.Media.Imaging; |
| | 28 | | using System.Windows.Media.Media3D; |
| | 29 | | using System.Windows.Media.TextFormatting; |
| | 30 | | using System.Windows.Navigation; |
| | 31 | | using System.Windows.Shapes; |
| | 32 | | using System.Windows.Shell; |
| | 33 | |
|
| | 34 | |
|
| | 35 | | namespace SampleAppPlus { |
| | 36 | |
|
| | 37 | |
|
| | 38 | | /// <summary> |
| | 39 | | /// App |
| | 40 | | /// </summary> |
| | 41 | | public partial class App : System.Windows.Application { |
| | 42 | |
|
| | 43 | | /// <summary> |
| | 44 | | /// InitializeComponent |
| | 45 | | /// </summary> |
| | 46 | | [System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 47 | | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] |
| 2 | 48 | | public void InitializeComponent() { |
| | 49 | |
|
| | 50 | | #line 4 "..\..\App.xaml" |
| | 51 | | this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative); |
| | 52 | |
|
| | 53 | | #line default |
| | 54 | | #line hidden |
| | 55 | | } |
| | 56 | |
|
| | 57 | | /// <summary> |
| | 58 | | /// Application Entry Point. |
| | 59 | | /// </summary> |
| | 60 | | [System.STAThreadAttribute()] |
| | 61 | | [System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 62 | | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] |
| | 63 | | public static void Main() { |
| | 64 | | SampleAppPlus.App app = new SampleAppPlus.App(); |
| | 65 | | app.InitializeComponent(); |
| | 66 | | app.Run(); |
| | 67 | | } |
| | 68 | | } |
| | 69 | | } |
| | 70 | |
|