Код: Выделить всё
< /code>
Текущий код: < /li>
< /ul>
var txtUnixUser = this.FindName("txtUnixUser") as TextBox;
string myText = control.Text;
< /code>
Код, как это должно быть: < /li>
< /ul>
string myText = txtUnixUser.Text;
Что может это вызвать?
Подробнее здесь: https://stackoverflow.com/questions/794 ... ncorrectly