Пример #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;
 }
Пример #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;
 }
Пример #3
0
 private void Form1_FormClosing(object sender, FormClosingEventArgs e)
 {
     s        = null;
     oBinding = null;
     this.dataGridView1.DataSource = null;
 }
Пример #4
0
 private void Form1_FormClosing(object sender, FormClosingEventArgs e)
 {
     s = null;
     oBinding = null;
     this.dataGridView1.DataSource = null;
 }