Plugin for the SSI Gold Box engine.
Наследование: AlexandriaPlugin
Пример #1
0
 internal Engine(Plugin plugin)
     : base(plugin)
 {
     AddFormat(new ArchiveFormat(this));
     AddFormat(new ImageFormat(this));
     AddFormat(new ScriptFormat(this));
 }