ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
Gostou do conteúdo? 😁Você pode contribuir com meu trabalho fazendo uma doação via Pix: tiago@tiago.blog.br 🍻🍻
Fiz assim o Zerarvoid Zerar(){ foreach (View i in ((Grid)this.Content).Children.Where(x => x.GetType() == typeof(Button))) { { if (i.GetType() == typeof(Button)) { Button bt= (Button)i; bt.Text = ""; bt.IsEnabled = true; } } }}
Gostou do conteúdo? 😁
Você pode contribuir com meu trabalho fazendo uma doação via Pix: tiago@tiago.blog.br
🍻🍻
Fiz assim o Zerar
void Zerar()
{
foreach (View i in ((Grid)this.Content).Children.Where(x => x.GetType() == typeof(Button)))
{
{
if (i.GetType() == typeof(Button))
{
Button bt= (Button)i;
bt.Text = "";
bt.IsEnabled = true;
}
}
}
}