Guest User

Untitled

a guest
May 25th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. VENTANA CONTROL_DE_INICIO = (VENTANA)this.FindForm();
  2. VENTANA.panel.Controls.Clear();
  3. INICIO.RECUPERAR_CONTRASEÑA ctrl2 = new INICIO.RECUPERAR_CONTRASEÑA();
  4. VENTANA.panel.Controls.Add(ctrl2);
Add Comment
Please, Sign In to add comment