Esempio n. 1
0
 public EwbfMiner(IMinerLog log, String path, String name, EwbfConfiguration configuration)
     : base(log)
 {
     this.path          = path;
     this.name          = name;
     this.configuration = configuration;
 }
Esempio n. 2
0
 public ProcessMiner(IMinerLog log)
 {
     this.log = log;
 }