void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
 {
     switch (connectionId)
     {
     case 1:
         this.Throbber = ((Support.Throbber)(target));
         return;
     }
     this._contentLoaded = true;
 }
Example #2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.dg = ((System.Windows.Controls.DataGrid)(target));
                return;

            case 2:
                this.xd = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 3:
                this.Throbber = ((Support.Throbber)(target));
                return;
            }
            this._contentLoaded = true;
        }