update 20240925

This commit is contained in:
Stefan Hutter
2024-09-25 19:14:14 +02:00
parent d4b9318d96
commit 9fcecb2c35
324 changed files with 1886317 additions and 353 deletions

View File

@@ -11,6 +11,7 @@ using System.Threading.Tasks;
using System.Windows.Forms;
using System.IO;
using Syncfusion.Windows.Forms.Spreadsheet.Commands;
using OnDoc.UICintrols;
namespace OnDoc
@@ -84,6 +85,7 @@ namespace OnDoc
// // MyForm = new Start();
// Application.Run(MyForm);
Application.Run(new Start());
}
}