Exemplo n.º 1
0
 private void btnReiniciar_Click(object sender, EventArgs e)
 {
     s = new Entidades.Sistema();
     s.principal();
     oBinding.DataSource           = s.tablaDeReporte;
     this.dataGridView1.DataSource = oBinding.DataSource;
     this.updateLabels();
     s = null;
 }
Exemplo n.º 2
0
 private void btnReiniciar_Click(object sender, EventArgs e)
 {
     s = new Entidades.Sistema();
     s.principal();
     oBinding.DataSource = s.tablaDeReporte;
     this.dataGridView1.DataSource = oBinding.DataSource ;
     this.updateLabels();
     s = null;
 }
Exemplo n.º 3
0
 private void Form1_FormClosing(object sender, FormClosingEventArgs e)
 {
     s        = null;
     oBinding = null;
     this.dataGridView1.DataSource = null;
 }
Exemplo n.º 4
0
 private void Form1_FormClosing(object sender, FormClosingEventArgs e)
 {
     s = null;
     oBinding = null;
     this.dataGridView1.DataSource = null;
 }