Example #1
0
 private void Diario_Load(object sender, EventArgs e)
 {
     dataGridView1.DataSource = Repository.mostrarDiario(dataGridView1);
 }