Esempio n. 1
0
 protected void Button5_Click(object sender, EventArgs e)
 {
     if (listaPendientesPla.Count > 0)
     {
         negope.Entregado(Convert.ToInt64(gbPlatos.SelectedRow.Cells[1].Text));
         PlatosPendientes();
         labPedpla.Text = " ";
     }
 }