Exemple #1
0
 //Metodo Mostrar
 private void Mostrar()
 {
     this.dataGridView.DataSource = DAORuta.Mostrar();
 }