XMeng 1 rok pred
rodič
commit
ebc199f7d2
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  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");
         }
     }
 }