Example #1
0
 private void button2_Click(object sender, EventArgs e)
 {
     form1.setPlaceData(textBox1.Text, textBox2.Text);
     Close();
 }