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

getResourcesPath() 공개 메소드

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