Ejemplo n.º 1
0
 public ETLOptions()
 {
     CrypterOptions  = new CrypterOptions();
     ArchiverOptions = new ArchiverOptions();
     LoggerOptions   = new LoggerOptions();
     Path            = AppDomain.CurrentDomain.BaseDirectory;
 }
Ejemplo n.º 2
0
 public Crypter(CrypterOptions options)
 {
     this.Options = options;
 }