XMeng 1 年之前
父節點
當前提交
ebc199f7d2
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      WechatDoubleOpen/Program.cs

+ 3 - 0
WechatDoubleOpen/Program.cs

@@ -3,6 +3,7 @@ using System.Collections.Generic;
 using System.Linq;
 using System.Text;
 using System.Threading.Tasks;
+using System.Diagnostics;
 
 namespace WechatDoubleOpen
 {
@@ -10,6 +11,8 @@ namespace WechatDoubleOpen
     {
         static void Main(string[] args)
         {
+            Process.Start("E:\\WeChat\\WeChat.exe");
+            Process.Start("E:\\WeChat\\WeChat.exe");
         }
     }
 }