Пример #1
0
 async public void OnUpdateTarea(object sender, EventArgs e)
 {
     await manager.Update(txtTitulo.Text, txtDetalle.Text, txtValor.Text, txtFechaEntrega.Date.ToString(), tarea.Id.ToString());
 }
Пример #2
0
 public async void OnUpdateTarea(object sender, EventArgs e)
 {
     await manager.Update(Id, txtTitulo.Text, txtDetalle.Text, txtLugar.Text, txtFecha.Text);
 }
Пример #3
0
 public async void OnUpdateTarea(object sender, EventArgs e)
 {
     await manager.Update(txtTitulo.Text, txtDetalle.Text, pickFecha.Date, txtAsignado.Text, this.idaux);
 }