Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2502 - 1
#pragma checksum "..\..\..\App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "010EEB9368DA917FD803F2A4E29B6D17"
2
//------------------------------------------------------------------------------
3
// <auto-generated>
4
//     Il codice è stato generato da uno strumento.
5
//     Versione runtime:4.0.30319.239
6
//
7
//     Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
8
//     il codice viene rigenerato.
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.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
 
33
 
34
namespace KeyPad {
35
 
36
 
37
    /// <summary>
38
    /// App
39
    /// </summary>
40
    [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
41
    public partial class App : System.Windows.Application {
42
 
43
        /// <summary>
44
        /// Application Entry Point.
45
        /// </summary>
46
        [System.STAThreadAttribute()]
47
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
48
        public static void Main() {
49
            KeyPad.App app = new KeyPad.App();
50
            app.Run();
51
        }
52
    }
53
}
54