软件修改名称
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user