Exemplo n.º 1
0
 private void bindingNavigatorAddNewItem_Click(object sender, EventArgs e)
 {
     AddDbUserForm aduf = new AddDbUserForm(postgreConnection);
     if(aduf.ShowDialog()== DialogResult.OK)
     {
         DrawData();
     }
 }