public SimpleResultsGUI(ComponentLogger log)
     : base(log)
 {
     _config = new SimpleResultsGUIConfig();
     Configuration = _config;
 }
Exemplo n.º 2
0
 public SimpleResultsGUI(ComponentLogger log)
     : base(log)
 {
     _config       = new SimpleResultsGUIConfig();
     Configuration = _config;
 }