private void bntAvance_Click(object sender, EventArgs e) { avance frm = new avance(); frm.ShowDialog(); }
private void AvancePictureBox_Click(object sender, EventArgs e) { avance frm = new avance(); frm.ShowDialog(); }