Ejemplo n.º 1
0
        public void ucitajXMLOK(string s)
        {
            Service ser = new Service();

            ser.ucitajXML(s);
        }
Ejemplo n.º 2
0
        public void ucitajXMLnull()
        {
            Service service = new Service();

            service.ucitajXML(null);
        }