コード例 #1
0
 public StatisticalTestsConfigurationDialog(StatisticalTestsView view) {
   InitializeComponent();
   this.view = view;
   significanceLevelTextBox.Content = new DoubleValue(view.SignificanceLevel);
 }
コード例 #2
0
 public StatisticalTestsConfigurationDialog(StatisticalTestsView view)
 {
     InitializeComponent();
     this.view = view;
     significanceLevelTextBox.Content = new DoubleValue(view.SignificanceLevel);
 }