Exemple #1
0
 private void txtNotes_TextChanged_1(object sender, EventArgs e)
 {
     OpdrachtManagement.updateNote(selectedTime, txtNotes.Text);
 }