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

getBasePath() public méthode

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