EKG_Project.IO.DebugECGPath.getResourcesPath C# (CSharp) Méthode

getResourcesPath() public méthode

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