AcManager.Tools.Helpers.AbstractFilesStorage.AbstractFilesStorage C# (CSharp) Méthode

AbstractFilesStorage() protected méthode

protected AbstractFilesStorage ( string path ) : System.ComponentModel
path string
Résultat System.ComponentModel
        protected AbstractFilesStorage(string path) {
            _path = path;
        }