コード例 #1
0
 private void salesButtonUpdate_Click(object sender, EventArgs e)
 {
     UtilityDB.UpdateDBTable("Clients");
     MessageBox.Show("Database has been updated successfully", "Update Database", MessageBoxButtons.OK, MessageBoxIcon.Information);
 }