Sfoglia il codice sorgente

账户权限测试

XMeng 1 anno fa
parent
commit
81092d1c6a
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      WechatDoubleOpen/Program.cs

+ 2 - 0
WechatDoubleOpen/Program.cs

@@ -11,6 +11,8 @@ namespace WechatDoubleOpen
     {
         static void Main(string[] args)
         {
+
+            //打开两个微信
             Process.Start("E:\\WeChat\\WeChat.exe");
             Process.Start("E:\\WeChat\\WeChat.exe");
         }