update 20240927

This commit is contained in:
Stefan Hutter
2024-09-27 18:41:27 +02:00
parent 9fcecb2c35
commit bbace0411f
172 changed files with 3073 additions and 1413076 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Security.Permissions;
using System.Text;
@@ -40,6 +41,8 @@ namespace Model
public List<clsDocValue> DocValues {get;set;}
public List<clsDocMacro> DocMacros { get; set; }
public DataTable dokumentwerte { get; set; }
}
public class clsDocValue

View File

@@ -12,7 +12,9 @@ namespace Model
DokumentBearbeiten,
DokumentSpäterBearbeiten,
DokumentAlsPDF,
DokumentAlsPDFArchivieren
DokumentAlsPDFArchivieren,
DokumentPreview
}
public class clsdocgendata
{

Binary file not shown.

Binary file not shown.