update 20251008
This commit is contained in:
16
OnDocUpdate/Params.cs
Normal file
16
OnDocUpdate/Params.cs
Normal 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; } = "";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user