Esempio n. 1
0
 private void tsmCuentaDeUsuarios_Click(object sender, EventArgs e)
 {
     this.cuentaDeUsuario = new frmCuentaDeUsuario(this);
     this.Enabled         = false;
     this.cuentaDeUsuario.Show();
 }
 public frmNuevoUsuario(frmCuentaDeUsuario cuentas)
 {
     InitializeComponent();
     this.cuentas             = cuentas;
     this.llamadodesdecuentas = true;
 }