C# Class ARKBreedingStats.FileSync

Show file Open project: cadon/ARKStatsExtractor Class Usage Examples

Public Methods

Method Description
FileSync ( String fileName, System.Action callback ) : System
changeFile ( String newFileName ) : void

Private Methods

Method Description
onChanged ( object source, FileSystemEventArgs e ) : void
updateProperties ( ) : void

Method Details

FileSync() public method

public FileSync ( String fileName, System.Action callback ) : System
fileName String
callback System.Action
return System

changeFile() public method

public changeFile ( String newFileName ) : void
newFileName String
return void