update 20241210
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user