Exemple #1
0
 // ***************************************************************************
 // Save all the manual changes to the DataSet
 private void ButtonSave_Click(object sender, System.EventArgs e)
 {
     CurrentData.Update();
     CurrentData.Refresh();
 }