C# Class TeamMentor.FileStorage.TM_FileStorage

This is the TeamMentor interface with the file system. The main TM objects (ie its objects) are not aware of where (if at all) their data is saved into
Inheritance: System.MarshalByRefObject
Mostra file Open project: TeamMentor/Master Class Usage Examples

Public Methods

Method Description
TM_FileStorage ( ) : System
TM_FileStorage ( bool loadData ) : System

Method Details

TM_FileStorage() public method

public TM_FileStorage ( ) : System
return System

TM_FileStorage() public method

public TM_FileStorage ( bool loadData ) : System
loadData bool
return System