Esempio n. 1
0
 public void set_carott(Carott c)
 {
     this.carott = c;
 }
Esempio n. 2
0
 // Fonctions du block write
 void set_carott(Carott carott)
 {
     // state.carot = carott;
     TCP.Send(new Write_set_carott_Message(carott).Serialize());
 }