static void print_xml_all() { pcs = new PrintCS(); pcs.PrintXmlAll(); }
static void print_xml(int ndol, bool getPic) { pcs = new PrintCS(); pcs.PrintXml(ndol, getPic); }
static void print_txt_all() { pcs = new PrintCS(); pcs.PrintTxtAll(); }
static void print_txt(int ndol, bool getPic) { pcs = new PrintCS(); pcs.PrintTxt(ndol, getPic); }