Ejemplo n.º 1
0
 // variables and functions
 public void SetVariable(VariableTypeID variableTypeID, byte variableID, int value)
 {
     throw new NotImplementedException ();
 }
Ejemplo n.º 2
0
 public int GetVariable(VariableTypeID variableTypeID, byte variableID)
 {
     throw new NotImplementedException ();
 }