Esempio n. 1
0
 public void Listar()
 {
     try
     {
         DgvListado2.DataSource = NNueva_Fabricacion.Listar();
     }catch (Exception ex)
     {
         MessageBox.Show("Error en datos: " + ex.Message + ex.StackTrace);
     }
 }