Inheritance: KeePass.DataExchange.FileFormatProvider
        public override bool Initialize(IPluginHost host)
        {
            _pluginHost = host;

            _1PasswordPifFormatProvider = new _1PasswordPifFormatProvider();
            _pluginHost.FileFormatPool.Add(_1PasswordPifFormatProvider);
            return true;
        }
示例#2
0
        public override bool Initialize(IPluginHost host)
        {
            _pluginHost = host;

            _1PasswordPifFormatProvider = new _1PasswordPifFormatProvider();
            _pluginHost.FileFormatPool.Add(_1PasswordPifFormatProvider);
            return(true);
        }