mirror of
https://github.com/onyx-and-iris/Lottery.git
synced 2024-11-23 22:50:47 +00:00
no need to join here
This commit is contained in:
parent
7b6e3f6419
commit
9e678865cd
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
private void SpinButton_Clicked(object sender, EventArgs e)
|
private void SpinButton_Clicked(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
NumbersLabel.Text = string.Join("\t", Lottery.Output());
|
NumbersLabel.Text = Lottery.Output();
|
||||||
SemanticScreenReader.Announce(NumbersLabel.Text);
|
SemanticScreenReader.Announce(NumbersLabel.Text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user