Ejemplo n.º 1
0
        }//end SaveWordDocument

        public void SaveXmlDocument(Dictionary <string, Dictionary <string, Stock> > stocks, bool secondScreener)
        {
            XmlData xml = new XmlData();

            xml.SaveStocks(stocks, filePath, fileName, secondScreener);
        }//end SaveXmlDocument
Ejemplo n.º 2
0
        }//end SaveWordDocument

        public void SaveXmlDocument(Dictionary <string, Dictionary <string, Stock> > stocks)
        {
            XmlData xml = new XmlData();

            xml.SaveStocks(stocks, filePath, fileName);
        }//end SaveXmlDocument