Ejemplo n.º 1
0
 private void button2_Click(object sender, EventArgs e)
 {
     node = organization.add_node();
 }
Ejemplo n.º 2
0
 private void button4_Click(object sender, EventArgs e)
 {
     node = organization.node_to_activate(textBox2.Text);
     textBox1.Text = node.activate();
 }
Ejemplo n.º 3
0
 private void button1_Click(object sender, EventArgs e)
 {
     textBox3.Text = "example node";
     node = organization.node(textBox3.Text);
 }