Example #1
0
 private void pictureBox4_Click(object sender, EventArgs e)
 {
     ApellidoEntry.Enabled = true;
     ApellidoEntry.Focus();
     button2.Visible     = true;
     pictureBox4.Visible = false;
 }
Example #2
0
 private void SecondEdit_Click(object sender, EventArgs e)
 {
     ApellidoEntry.Enabled = true;
     ApellidoEntry.Focus();
     button2.Visible    = true;
     SecondEdit.Visible = false;
 }