State-aware programming in C#, part III
Now that we have a syntax for defining state aware objects, we need the code that wires these things up for us automatically. This consists of the following: StateMethod Attribute StateMethodHandler Attribute AStateObject base class to wire up our methods … Continue reading