Inheritance: AlexandriaPlugin
Exemple #1
0
 internal Engine(Plugin plugin)
     : base(plugin)
 {
     AddFormat(new BiffArchiveFormat(this));
 }