软件修改名称

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

@ -15,7 +15,7 @@ using System.Windows.Controls.Primitives;
using System.Windows.Input;
using System.Windows.Markup;
namespace .ViewModel
namespace WCS管理系统.ViewModel
{
public class MainViewModel : BindableBase
{
@ -67,7 +67,7 @@ namespace 货架标准上位机.ViewModel
public bool InitAgo()
{
//只允许打开一个
mutex = new Mutex(true, string.Concat("MengXun货架标准上位机", Path.GetFileNameWithoutExtension(LocalFile.AppName)), out bool createdNew);
mutex = new Mutex(true, string.Concat("MengXun智能仓储WCS管理系统", Path.GetFileNameWithoutExtension(LocalFile.AppName)), out bool createdNew);
if (!createdNew)
{
MessageBox.Warning("已有实列在运行!", "提示");