EKG_Project.IO.DebugECGPath.getBasePath C# (CSharp) Method

getBasePath() public method

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