Пример #1
0
 private void saveTable_Click(object sender, EventArgs e)
 {
     // Save the new results
     SqlTools.UpdateDatabaseFromTable(command, dt);
     // Update the subject weights.
     Subjects.UpdateSubjectMLR(subjectId);
     // Refresh the table
     UpdateTable();
 }