private void noviLokalToolStripMenuItem_Click(object sender, EventArgs e) { UnosLokalaForm newForm = new UnosLokalaForm(); newForm.ShowDialog(); populateTree(); }
private void button1_Click(object sender, EventArgs e) { UnosLokalaForm newForm = new UnosLokalaForm(); newForm.ShowDialog(); populateTree(); }