コード例 #1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
                return;

            case 2:
                this.barIndicator = ((Visifire.Gauges.BarIndicator)(target));
                return;

            case 3:
                this.markerIndicator = ((Visifire.Gauges.MarkerIndicator)(target));
                return;
            }
            this._contentLoaded = true;
        }
コード例 #2
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
     return;
     case 2:
     this.barIndicator = ((Visifire.Gauges.BarIndicator)(target));
     return;
     case 3:
     this.markerIndicator = ((Visifire.Gauges.MarkerIndicator)(target));
     return;
     }
     this._contentLoaded = true;
 }