软件修改名称
This commit is contained in:
@ -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("已有实列在运行!", "提示");
|
||||
|
Reference in New Issue
Block a user