This commit is contained in:
Stefan Hutter
2025-02-16 10:17:32 +01:00
parent 0969e308a7
commit d0d96c0732
61 changed files with 209 additions and 47 deletions

View File

@@ -22,10 +22,11 @@ using OnDoc.Helper;
using DOCGEN;
using System.Globalization;
using System.Threading;
using Syncfusion.Windows.Forms;
namespace OnDoc.DocMgmt
{
public partial class Dokumenterstellung : SfForm, IMessageListener1
public partial class Dokumenterstellung : SfForm, IMessageListener1
{
public int partnernr { get; set; } = 0;
public int profilnr { get; set; } = 0;