0
I have a XAML (Cadastro.xaml) where I did one TextBox and a PasswordBox and named them as txtCpf and txtSenha, until then without any problem.
When I’m gonna use them on Cadastro.xaml.cs, I can not and appears the error saying that:
"the name does not exist in the current context"
How do I declare in .cs both TextBox?
It happened cmg, I just reset the VS.
– Marconi