Example #1
0
 private void listReplanificados_MouseDoubleClick(object sender, MouseEventArgs e)
 {
     StatusFactura stafac = new StatusFactura(replanFact.Rows[listReplanificados.SelectedIndex]["NumeroD"].ToString());
     stafac.ShowDialog();
 }
Example #2
0
 private void listResultadosFacturas_MouseDoubleClick(object sender, MouseEventArgs e)
 {
     StatusFactura stafac = new StatusFactura(CodFact.ElementAt(listResultadosFacturas.SelectedIndex));
     stafac.ShowDialog();
 }