软件修改名称

This commit is contained in:
hehaibing-1996
2024-10-31 13:57:24 +08:00
parent 278b1eab04
commit 759ebf2c89
179 changed files with 345 additions and 345 deletions

View File

@ -6,7 +6,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace
namespace WCS管理系统
{
/// <summary>
/// 本地文件
@ -14,7 +14,7 @@ namespace 货架标准上位机
public class LocalFile
{
/// <summary>
/// 程序运行名称(货架标准上位机.exe
/// 程序运行名称(智能仓储WCS管理系统.exe
/// </summary>
public static readonly string AppName = AppDomain.CurrentDomain.FriendlyName.Contains('.') ? AppDomain.CurrentDomain.FriendlyName : $"{AppDomain.CurrentDomain.FriendlyName}.exe";//多环境兼容性
/// <summary>