瀏覽代碼

账户权限测试

XMeng 1 年之前
父節點
當前提交
81092d1c6a
共有 1 個文件被更改,包括 2 次插入0 次删除
  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");
         }