System.AppDomain.CurrentDomain.SetupInformation.ApplicationBase;//获取binDebug目录
System.AppDomain.CurrentDomain.BaseDirectory;//获取binDebug目录
System.Environment.CurrentDirectory;//获取binDebug目录
System.IO.Directory.GetCurrentDirectory();//获取binDebug目录
System.Windows.Forms.Application.StartupPath;//获取binDebug目录
System.Windows.Forms.Application.ExecutablePath;//获取binDebug程序.exe