Ejemplo n.º 1
0
        //-------------------------------------------------------------------------

        public void Shutdown()
        {
            _xmlStream.WriteToXml(_xmlFilePath,
                                  _infoCollection.CategoriesInfo,
                                  _infoCollection.ManualEntriesInfo,
                                  _infoCollection.RecurringEntriesInfo);
        }