Exemplo n.º 1
0
 public int handler7(setstate msg)
 {
     state = msg.x;
     return state;
 }
Exemplo n.º 2
0
 public int h4(setstate msg)
 {
     state = msg.x;
     return state;
 }