增加开机自启配置
This commit is contained in:
@@ -170,6 +170,8 @@ namespace MesWork
|
||||
[STAThread]
|
||||
static void Main()
|
||||
{
|
||||
Environment.CurrentDirectory = AppDomain.CurrentDomain.BaseDirectory;
|
||||
|
||||
new System.Threading.Mutex(true, $"MES_PWT_A95", out bool bCanRun);
|
||||
if (!bCanRun)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user