public StatisticalTestsConfigurationDialog(StatisticalTestsView view) { InitializeComponent(); this.view = view; significanceLevelTextBox.Content = new DoubleValue(view.SignificanceLevel); }