コード例 #1
0
 private void EliminarEvento()
 {
     Evento.Baja(Convert.ToInt32(gridEventos.SelectedRows[0].Cells[0].Value));
 }