Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2466 - 1
#pragma checksum "..\..\App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "FF46DBF5BA6AC9D60C2FBF214DB1E25D"
2
//------------------------------------------------------------------------------
3
// <auto-generated>
4
//     Dieser Code wurde von einem Tool generiert.
5
//     Laufzeitversion:4.0.30319.42000
6
//
7
//     Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
8
//     der Code erneut generiert wird.
9
// </auto-generated>
10
//------------------------------------------------------------------------------
11
 
12
using MKLiveView;
13
using System;
14
using System.Diagnostics;
15
using System.Windows;
16
using System.Windows.Automation;
17
using System.Windows.Controls;
18
using System.Windows.Controls.Primitives;
19
using System.Windows.Data;
20
using System.Windows.Documents;
21
using System.Windows.Forms.Integration;
22
using System.Windows.Ink;
23
using System.Windows.Input;
24
using System.Windows.Markup;
25
using System.Windows.Media;
26
using System.Windows.Media.Animation;
27
using System.Windows.Media.Effects;
28
using System.Windows.Media.Imaging;
29
using System.Windows.Media.Media3D;
30
using System.Windows.Media.TextFormatting;
31
using System.Windows.Navigation;
32
using System.Windows.Shapes;
33
using System.Windows.Shell;
34
 
35
 
36
namespace MKLiveView {
37
 
38
 
39
    /// <summary>
40
    /// App
41
    /// </summary>
42
    public partial class App : System.Windows.Application {
43
 
44
        /// <summary>
45
        /// InitializeComponent
46
        /// </summary>
47
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
48
        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
49
        public void InitializeComponent() {
50
 
51
            #line 5 "..\..\App.xaml"
52
            this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
53
 
54
            #line default
55
            #line hidden
56
        }
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
            SplashScreen splashScreen = new SplashScreen("images/logo.png");
66
            splashScreen.Show(true);
67
            MKLiveView.App app = new MKLiveView.App();
68
            app.InitializeComponent();
69
            app.Run();
70
        }
71
    }
72
}
73