Ejemplo n.º 1
0
 public ConfigJSONParser(ConfigInitializationErrorReporter r, string json)
 {
     Reporter       = r;
     JSONConfigFile = json;
 }
Ejemplo n.º 2
0
 public ConfigArgumentsParser(ConfigInitializationErrorReporter r, string[] args)
 {
     Reporter        = r;
     LaunchArguments = args;
 }