Browse Source

账户权限测试

XMeng 1 năm trước cách đây
mục cha
commit
81092d1c6a
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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");
         }