Beispiel #1
0
 private static void createXML(Protocol prot)
 {
     XMLCreator creator = new XMLCreator();
     creator.create(prot);
 }