Пример #1
0
 public ShortcutPreprocessor(MSSAlgorithm algorithm) : base("Preprocess - " + algorithm.Name, algorithm.Options)
 {
     this.algorithm = algorithm;
 }
Пример #2
0
 public ShortcutsOnDemand(MSSAlgorithm algorithm) : base("On Demand - " + algorithm.Name, algorithm.Options)
 {
     Algorithm = algorithm;
 }