I would like to add functionality to my button, I want that by pressing the button it is added to the tree that has the name of tvwarbol.
Would it be something like that?
private void button1_Click(object sender, EventArgs e)
{
tvwarbol.Nodes.Add();
}