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

getResourcesPath() public method

public getResourcesPath ( ) : string
return string
        public string getResourcesPath()
        {
            return System.IO.Path.Combine(getBasePath(), "Resources");
        }