D
Daniel Groh
I'm trying to uncheck a radio through another radio with this command:
private void rdoPessoaJuridica_CheckedChanged(object sender,
System.EventArgs e)
{
rdoPessoaFisica.Visible = false;
}
but, doesn't work, what could it be ?
private void rdoPessoaJuridica_CheckedChanged(object sender,
System.EventArgs e)
{
rdoPessoaFisica.Visible = false;
}
but, doesn't work, what could it be ?