void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.Profilna = ((Messenger.UserProfileControll)(target));
                return;

            case 2:
                this.lbl_ime = ((System.Windows.Controls.Label)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 8 "..\..\..\Controlle\FriendControll.xaml"
                ((Messenger.FriendControll)(target)).MouseUp += new System.Windows.Input.MouseButtonEventHandler(this.ProfileImageMouseUp);

            #line default
            #line hidden
                return;

            case 2:
                this.UserControllImage = ((Messenger.UserProfileControll)(target));
                return;

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