AcManager.Tools.Helpers.AbstractFilesStorage.AbstractFilesStorage C# (CSharp) 메소드

AbstractFilesStorage() 보호된 메소드

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