EKG_Project.IO.DebugECGPath.getBasePath C# (CSharp) 메소드

getBasePath() 공개 메소드

public getBasePath ( ) : string
리턴 string
        public string getBasePath()
        {
            return System.IO.Path.GetDirectoryName(System.IO.Path.GetDirectoryName
                (System.IO.Path.GetDirectoryName(AppDomain.CurrentDomain.BaseDirectory)));
        }