public AvalonConfig(string configPath)
 {
     _iniWrapper = new IniWrapper(configPath);
     _minerInfo = new MinerInfo(this);
 }
Beispiel #2
0
 public AvalonConfig(string configPath)
 {
     _iniWrapper = new IniWrapper(configPath);
     _minerInfo  = new MinerInfo(this);
 }