This commit is contained in:
Simon Martens
2022-01-27 21:57:17 +01:00
parent 0d1905c761
commit 8b84b6785a
472 changed files with 95 additions and 42746 deletions

View File

@@ -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