update 20241213

This commit is contained in:
Stefan Hutter
2024-12-13 20:39:38 +01:00
parent 67ad74f145
commit 608fc730f0
81 changed files with 822 additions and 55 deletions

View File

@@ -35,6 +35,10 @@ namespace OnDoc.DocMgmt
{
docPreview1.Show_Doc(message);
}
if (sender.Function == "Close")
{
this.Close();
}
}
}
private void Form_Closing(object sender, CancelEventArgs e)