Esempio n. 1
0
 public void Sembrar()
 {
     if (fc != null && !fc.viva && !fc.active)
     {
         fc.Sembrar(flor);
     }
 }