Exemplo n.º 1
0
 /// <summary>
 /// Constructor
 /// </summary>
 internal FsmClassInfo()
 {
     eventHandlers = new Hashtable();
     fsmCodingType = ECodingType.Automatic;
     stateInfoArray = null;
 }
Exemplo n.º 2
0
 public FsmCodingAttribute(ECodingType codingType)
 {
     this.codingType = codingType;
 }