C# Class StoryTeller.UserInterface.Editing.VersionHistory

Show file Open project: adymitruk/storyteller Class Usage Examples

Public Methods

Method Description
Forward ( ) : void
Record ( string json ) : void
Revert ( ) : void

Method Details

Forward() public method

public Forward ( ) : void
return void

Record() public method

public Record ( string json ) : void
json string
return void

Revert() public method

public Revert ( ) : void
return void