Binboo.Core.Plugins.AbstractBasePlugin.AbstractBasePlugin C# (CSharp) Method

AbstractBasePlugin() protected method

protected AbstractBasePlugin ( IStorageManager storageManager ) : System
storageManager IStorageManager
return System
        protected AbstractBasePlugin(IStorageManager storageManager)
        {
            this.storageManager = storageManager;
        }