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

16
OnDocUpdate/Params.cs Normal file
View File

@@ -0,0 +1,16 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OnDocUpdate
{
public static class Params
{
public static string Version { get; set; } = "";
public static string UpdatePath { get; set; } = "";
public static string DestPath { get; set; } = "";
public static string StartApp { get; set; } = "";
}
}