Beispiel #1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.wAnmeldung = ((FamilyChatPlanner.Window1)(target));
                return;

            case 2:
                this.TbInput = ((System.Windows.Controls.TextBox)(target));
                return;

            case 3:
                this.LbMessages = ((System.Windows.Controls.ListBox)(target));
                return;

            case 4:

            #line 13 "..\..\Window1.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Beispiel #2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.wAnmeldung = ((FamilyChatPlanner.Window1)(target));
                return;

            case 2:
                this.DatumPicker = ((System.Windows.Controls.Calendar)(target));
                return;

            case 3:
                this.TbInput = ((System.Windows.Controls.TextBox)(target));

            #line 15 "..\..\Window1.xaml"
                this.TbInput.KeyDown += new System.Windows.Input.KeyEventHandler(this.OnKeyDownHandler);

            #line default
            #line hidden
                return;

            case 4:
                this.LbMessages = ((System.Windows.Controls.ListBox)(target));

            #line 16 "..\..\Window1.xaml"
                this.LbMessages.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.LbMessages_SelectionChanged);

            #line default
            #line hidden
                return;

            case 5:

            #line 17 "..\..\Window1.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);

            #line default
            #line hidden
                return;

            case 6:
                this.btnDelete = ((System.Windows.Controls.Button)(target));

            #line 18 "..\..\Window1.xaml"
                this.btnDelete.Click += new System.Windows.RoutedEventHandler(this.BtnDelete_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.txtInfos = ((System.Windows.Controls.TextBlock)(target));
                return;
            }
            this._contentLoaded = true;
        }