update 20240925

This commit is contained in:
Stefan Hutter
2024-09-25 19:14:14 +02:00
parent d4b9318d96
commit 9fcecb2c35
324 changed files with 1886317 additions and 353 deletions

View File

@@ -280,7 +280,7 @@ namespace OnDoc.UIControls.Administrator
case "DOT":
case "WORD":
case "DOTM":
SynFWord sfword = new SynFWord();
SyncFWord sfword = new SyncFWord();
if (sfword.FindText(base64, this.toolStripTextBox1.Text) == true) { MessageBox.Show(dr[1].ToString()); }
break;
case "XLSM":