Exemplo n.º 1
0
 private void btn_add_Click(object sender, EventArgs e)
 {
     addPane = new Add_pane();
     addPane.ShowDialog();
 }