mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 09:45:32 +00:00
Changed a few things in the printer
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user