Пример #1
0
 private void button4_Click(object sender, EventArgs e)
 {
     node = organization.node_to_activate(textBox2.Text);
     textBox1.Text = node.activate();
 }