Пример #1
0
 private void Catalogo_Load(object sender, EventArgs e)
 {
     dataGridView1.DataSource = AccesoLogica.obtenercatalogo();
 }