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