Beispiel #1
0
 private void btn_addT_Click(object sender, EventArgs e)
 {
     todo.INSERT(txt_task);
     txt_task.Clear();
     READ();
 }