Good morning. First of all I appreciate the help.
The problem is the following:
I'm working on a C # project, exactly WPF, the problem is that when I try to reference a label to change its content (because the property in the WPF label is Content, in Windows Form is Text), strangely the VisualStudio (Community2017) the intelisense does not help me with the reference. Which is why I call the label by the name that was called, I miss the error that it does not appear in the context. Can you give me a hand with this? The truth is I'm new to C # and it's the first time it happens to me. Apart from working on other WindowsForms projects and not on this. Maybe he's doing something wrong.