Exemple #1
0
        public static void SaveStoreList(List <Reference> data)
        {
            string fileName = _dataPath + "/Lists/Store.xml";

            XMLUtil.WriteToXmlFile <List <Reference> >(fileName, data);
        }
Exemple #2
0
        public static void SaveVesselList(List <Item> data)
        {
            string fileName = _dataPath + "/Lists/Vessel.xml";

            XMLUtil.WriteToXmlFile <List <Item> >(fileName, data);
        }