Skip to content

StateMachine

GMIKE edited this page Mar 14, 2020 · 16 revisions

Сontent

Import

You can import state machine to xml

StateMachine stateMachine = StateMachine.FromXDocument("fileName.xml");

StateMachine stateMachine = new StateMachine("fileName.xml");

Export

You can export state machine to xml

stateMachine.ToXDocument(filePath);

Logging

Clone this wiki locally