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

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

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

            case 4:
                this.replies = ((CivkacAdminTool.UserControlls.ReplyList)(target));
                return;

            case 5:

            #line 41 "..\..\..\UserControlls\EditPost.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.SaveClick);

            #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.Replies = ((CivkacAdminTool.UserControlls.ReplyList)(target));
         return;
     }
     this._contentLoaded = true;
 }