update 20241127

This commit is contained in:
Stefan Hutter
2024-11-27 15:53:34 +01:00
parent 341ea50f06
commit 2a652c7325
11218 changed files with 1987907 additions and 362275 deletions

View File

@@ -264,5 +264,10 @@ namespace OnDoc.UIControls
ZoomPercentage = 169;
zoomComboBox.Text = ZoomPercentage.ToString() + "%";
}
private void toolStripButton1_Click(object sender, EventArgs e)
{
pdfViewerControl1.Print(true);
}
}
}