update 20241210

This commit is contained in:
Stefan Hutter
2024-12-10 20:36:02 +01:00
parent 8ade484063
commit 2c42687a40
191 changed files with 71919 additions and 482 deletions

View File

@@ -14,6 +14,7 @@ using System.Threading.Tasks;
using System.Windows.Forms;
using Database;
using System.Linq.Expressions;
using System.Web.Security;
namespace OnDoc.UIControls
{
@@ -269,5 +270,10 @@ namespace OnDoc.UIControls
{
pdfViewerControl1.Print(true);
}
public void printpdf()
{
pdfViewerControl1.Print(true);
}
}
}