※リストが表示されない場合
AddBlockなどの広告ブロックツールがONになっているとリストなどが表示されない場合があります。これらのツールをOFFにしてみてください。
private void radioChecked(object sender, RoutedEventArgs e)
{
RadioButton r = (RadioButton)sender;
try
{
textBlock1.Text = "select: " + r.Content;
}
catch(NullReferenceException ex){ }
}
| << 前へ | 次へ >> |