Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2502 - 1
#pragma checksum "..\..\..\Keypad1.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "EA2CED786C6AE1A4B75F5BE51A862F88"
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
    /// Keypad1
39
    /// </summary>
40
    [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
41
    public partial class Keypad1 : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
42
 
43
        private bool _contentLoaded;
44
 
45
        /// <summary>
46
        /// InitializeComponent
47
        /// </summary>
48
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
49
        public void InitializeComponent() {
50
            if (_contentLoaded) {
51
                return;
52
            }
53
            _contentLoaded = true;
54
            System.Uri resourceLocater = new System.Uri("/KeyPad;component/keypad1.xaml", System.UriKind.Relative);
55
 
56
            #line 1 "..\..\..\Keypad1.xaml"
57
            System.Windows.Application.LoadComponent(this, resourceLocater);
58
 
59
            #line default
60
            #line hidden
61
        }
62
 
63
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
64
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
65
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
66
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
67
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
68
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
69
            this._contentLoaded = true;
70
        }
71
    }
72
}
73