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