C# Class Originator, code

Show file Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
RestoreFromMemento ( Memento, memento ) : void
SaveToMemento ( ) : Memento,
Set ( string state ) : void

Method Details

RestoreFromMemento() public method

public RestoreFromMemento ( Memento, memento ) : void
memento Memento,
return void

SaveToMemento() public method

public SaveToMemento ( ) : Memento,
return Memento,

Set() public method

public Set ( string state ) : void
state string
return void