private void ButtonCombinedErrorLogPath_OnClick(object sender, RoutedEventArgs e) { TextBoxCombinedErrorLogPath.Text = FormControlHelper.GetFilePath(AppConfigReader.GetCombinedErrorLogPath()); }
private void ButtonCombinedOutputPath_OnClick(object sender, RoutedEventArgs e) { TextBoxCombinedOutputPath.Text = FormControlHelper.GetFilePath(AppConfigReader.GetCombinedOutputPath(), InfoConstants.StarCsvExtension); }