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