Ejemplo n.º 1
0
        private void OnInsertPlant(object sender, EventArgs e)
        {
            Plant currentPlant = (Plant)sender;

            model.insertPlant(currentPlant);
        }