C# Class IBE.Enums_and_Utility_Classes.StationHistory

Mostra file Open project: Duke-Jones/ED-IBE

Private Methods

Method Description
RenameStation ( string existingStationName, string newStationName ) : void

renames a station

StationHistory ( ) : System
addVisit ( string newStation ) : void

adds a new visit with the current time

loadHistory ( string Filename, bool createNonExistingFile ) : void

loads the history data from a file

rotateSaveFiles ( string Filename, string newFile, string backupFile, bool BackupOldFile ) : void
saveHistory ( string Filename, bool BackupOldFile ) : void

saves the history data to a file