示例#1
0
 private void addPointToolStripMenuItem_Click(object sender, EventArgs e)
 {
     refresh_listboxes();
     addPointForm.ShowDialog();
 }