Changed a few things in the printer

This commit is contained in:
Simon Martens
2021-10-07 15:55:05 +02:00
parent e906501af5
commit 85a7647e44
9 changed files with 144 additions and 19 deletions

View File

@@ -28,8 +28,8 @@ namespace HamannPrinter
VolumeDocs.IsChecked = false;
StartYearTextBox.Text = "1751";
EndYearTextBox.Text = "1764";
XmlFileBox.Text = @"C:\Users\simon\Desktop\Printer\XML"; // DEV
OutputDirBox.Text = @"C:\Users\simon\Desktop\Printer\Ausg"; // DEV
XmlFileBox.Text = @"D:\dev\source\hamann-ausgabe-core\XML\XML"; // DEV
OutputDirBox.Text = @"D:\dev\source\hamann-ausgabe-core\XML\Ausg"; // DEV
}
private void SingleDocChanged(object sender, RoutedEventArgs e)