void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.ConstantBox = ((MatGUI.MatDoubleBox)(target));
     return;
     }
     this._contentLoaded = true;
 }
예제 #2
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.Histogram = ((MatGUI.MatGraph)(target));
     return;
     case 2:
     this.sigma = ((MatGUI.MatDoubleBox)(target));
     return;
     case 3:
     this.Calc = ((MatGUI.MatButton)(target));
     
     #line 19 "..\..\..\..\..\..\Models\DataFlow\Math\RandomControl.xaml"
     this.Calc.Click += new System.Windows.RoutedEventHandler(this.Calc_Click);
     
     #line default
     #line hidden
     return;
     case 4:
     this.ResultTb = ((System.Windows.Controls.TextBlock)(target));
     return;
     }
     this._contentLoaded = true;
 }