Esempio n. 1
0
 private void btnClaveSeguridad_Click(object sender, EventArgs e)
 {
     DSMarket.Solucion.Pantallas.Pantallas.Seguridad.ClaveSeguridad ClaveSeguridad = new Pantallas.Seguridad.ClaveSeguridad();
     //
     ClaveSeguridad.ShowDialog();
 }
 private void btnClaveSeguridad_Click(object sender, EventArgs e)
 {
     Pantallas.Seguridad.ClaveSeguridad ClaveSeguridad = new Pantallas.Seguridad.ClaveSeguridad();
     ClaveSeguridad.VariablesGlobales.IdUsuario = Convert.ToDecimal(lbusuario.Text);
     ClaveSeguridad.ShowDialog();
 }