Пример #1
0
 public string activeBeansToString() //is this really dead? I think it's used in the debugg screen
 {
     /*
      * Converts the current master bean list to XML and spits it out in a string
      */
     return(CVRT.objectToXMLString(bActive));
 }