Exemplo n.º 1
0
 private static object RunAugment(AugmentOptions opts)
 {
     return((new Augment(opts)).Process());
 }
Exemplo n.º 2
0
 public Augment(AugmentOptions options)
 {
     Options = options;
 }