update 20251008

This commit is contained in:
Stefan Hutter
2025-10-08 17:23:08 +02:00
parent 2773ca3baa
commit 6b7de9389c
206 changed files with 855857 additions and 116 deletions

View File

@@ -1,9 +1,11 @@
using System;
using OnDoc.Klassen;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
@@ -16,8 +18,9 @@ namespace OnDoc.Diverses
public SplashScreen()
{
InitializeComponent();
label1.Text = "Version" + AppParams.assemblyversion;
Application.DoEvents();
}
private void SplashScreen_Shown(object sender, EventArgs e)