mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 17:25:32 +00:00
test
This commit is contained in:
@@ -24,10 +24,10 @@ namespace HamannPrinter
|
||||
public MainWindow()
|
||||
{
|
||||
InitializeComponent();
|
||||
RegisterDocs.IsChecked = false;
|
||||
VolumeDocs.IsChecked = true;
|
||||
RegisterDocs.IsChecked = true;
|
||||
VolumeDocs.IsChecked = false;
|
||||
StartYearTextBox.Text = "1751";
|
||||
EndYearTextBox.Text = "1788"; // DEV
|
||||
EndYearTextBox.Text = "1762"; // DEV
|
||||
XmlFileBox.Text = @"D:\dev\source\hamann-ausgabe-core\XML\XML"; // DEV
|
||||
OutputDirBox.Text = @"D:\dev\source\hamann-ausgabe-core\XML\Ausg"; // DEV
|
||||
Act(); // DEV
|
||||
|
||||
Reference in New Issue
Block a user