示例#1
0
 private void button2_Click(object sender, EventArgs e)
 {
     using (PointListEditorForm pointListEditor = new PointListEditorForm())
     {
         pointListEditor.ShowDialog();
     }
 }
 private void button2_Click(object sender, EventArgs e)
 {
     using (PointListEditorForm pointListEditor = new PointListEditorForm())
     {
         pointListEditor.ShowDialog();
     }
     pointListProxyBindingSource.DataSource = PointListAdapter.GetItems();
 }