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