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