Example #1
0
 private void FrmGestionRubros_Load(object sender, EventArgs e)
 {
     dataGridRubros.DataSource = cFachada.getAllRubros();
 }