update 0250704

This commit is contained in:
Stefan Hutter
2025-07-04 21:40:19 +02:00
parent 6763534b8c
commit 68e4725ff5
71 changed files with 483 additions and 93 deletions

View File

@@ -50,7 +50,7 @@ namespace ZZ_Signature_C
string ul = txtunterschriftlinks.Text;
string ur = txtunterschriftrechts.Text;
ws.sign_doc(ref word, ul, ur, "", txtdoktypnr.Text);
ws.sign_doc(ref word, ul, ur, "", txtdoktypnr.Text);
docWord.Activate();
word.Visible = true;