This commit is contained in:
2023-12-01 16:11:24 +01:00
23 changed files with 1231 additions and 238 deletions

View File

@@ -537,7 +537,7 @@ Public Class cProgramFunctions
Public Function MakeScreenshot()
Dim form As New Form
form = Form.ActiveForm
form = form.ActiveForm
Dim bounds As Rectangle
Dim screenshot As System.Drawing.Bitmap
Dim graph As Graphics