我写的代码如下:
private void a1_1_TextChanged(object sender, TextChangedEventArgs e)
{
if (a1_1.Text.Length == 1)
a1_2.Focus();
}
这在Windows 8.0应用程序中运行良好。
在Windows 8.1中,我收到的错误是#34; Focus的重载方法没有0个参数。
请帮助
提前谢谢
我很抱歉,因为这个问题是基本的,因为我是Windows 8编程新手,所以我不知道。
答案 0 :(得分:0)