Esempio n. 1
0
 static void print_xml_all()
 {
     pcs = new PrintCS();
     pcs.PrintXmlAll();
 }
Esempio n. 2
0
 static void print_xml(int ndol, bool getPic)
 {
     pcs = new PrintCS();
     pcs.PrintXml(ndol, getPic);
 }
Esempio n. 3
0
 static void print_txt_all()
 {
     pcs = new PrintCS();
     pcs.PrintTxtAll();
 }
Esempio n. 4
0
 static void print_txt(int ndol, bool getPic)
 {
     pcs = new PrintCS();
     pcs.PrintTxt(ndol, getPic);
 }