void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.ctlBuddyGrid = ((VMukti.Presentation.Controls.CtlBuddyGrid)(target));
     return;
     case 2:
     this.grdControl = ((System.Windows.Controls.Grid)(target));
     return;
     }
     this._contentLoaded = true;
 }
示例#2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.ctlBuddyGrid = ((VMukti.Presentation.Controls.CtlBuddyGrid)(target));
                return;

            case 2:
                this.grdControl = ((System.Windows.Controls.Grid)(target));
                return;
            }
            this._contentLoaded = true;
        }