AcManager.Tools.Helpers.AbstractFilesStorage.AbstractFilesStorage C# (CSharp) Method

AbstractFilesStorage() protected method

protected AbstractFilesStorage ( string path ) : System.ComponentModel
path string
return System.ComponentModel
        protected AbstractFilesStorage(string path) {
            _path = path;
        }