Exemplo n.º 1
0
 public string Execute(string[] args, out bool result)
 {
     result = true;
     return(ConfigJson.ConvertConfigToString());
 }