コード例 #1
0
 private void simpleButton4_Click(object sender, EventArgs e)
 {
     grpcontraseña.Visible = false;
     if (Convert.ToInt32(txtnousuario.Text) == 0)
     {
         Cfg_cUsuariosB.EndEdit();
         Cfg_cUsuariosB.RemoveCurrent();
     }
     Objpresentador.Refrescar();
     cambiarestado(false);
 }