返回当前exe目录
using System.IO;
using System.Reflection;
public string myExeUrl= Path.GetDirectoryName(Assembly.GetExecutingAssembly().GetName().CodeBase.ToString());