private void btnmaverizquierda_Click(object sender, EventArgs e) { ld.moverIzquierda(); lb.Text = ld.mostrar(); ld.dibujar(metroPanel1); }