A C# Hierarchical State Machine.
I came across stateless, a hierarchical state machine framework based on Simple State Machine for Boo, but configured using C# 3.0 …
c# .net workflow state-machine stateless-state-machineI have some fairly simple state needs (for now). I think I would like to model these using the Stateless …
c# .net state state-machine stateless-state-machineI would like to use http://code.google.com/p/stateless in my code to separate the functionality from its …
c# .net stateless-state-machineI have a project where there is a mostly linear workflow. I'm attempting to use the .NET Stateless library to …
c# stateless-state-machine