Example #1
0
 private void btnPuntos_Click(object sender, EventArgs e)
 {
     ventTbMaquinas         = new frmTbMaquinas();
     ventTbMaquinas.pasado += new frmTbMaquinas.pasar(ejecutar);
     ventTbMaquinas.ShowDialog();
 }
Example #2
0
 private void frmMaquinas_Load(object sender, EventArgs e)
 {
     CargarLista();
     this.Location  = new System.Drawing.Point(0, 0);
     ventTbMaquinas = new frmTbMaquinas();
 }