using System; using System.Collections.Generic; using System.Text; namespace Stone.Common { public class MyIO { /// /// 取得当前路径 /// /// public static string GetAppPath() { return Biz.DllPath.GetDllPath(); } } }