// yes, there is a way TreeNode snag = new TreeNode(); snag.Name = "Snag"; snag.Text = "Snag does not need water"; this.LaplandForest.Nodes.Add(snag);
On Oct 7, 5:28 pm, ravindra kumar <[email protected]> wrote: > is there any way to plant a tree without water?
