FindOut when finished
This commit is contained in:
@ -164,6 +164,11 @@ namespace WinGreed
|
|||||||
var actTxtBox=((TextBox)this.Controls.Find($"txtMaxValue{row}", true).FirstOrDefault());
|
var actTxtBox=((TextBox)this.Controls.Find($"txtMaxValue{row}", true).FirstOrDefault());
|
||||||
actTxtBox.Text = outPut;
|
actTxtBox.Text = outPut;
|
||||||
actTxtBox.Refresh();
|
actTxtBox.Refresh();
|
||||||
|
if(numbers.Count>0 && int.Parse(outPut.Trim()) == 0)
|
||||||
|
{
|
||||||
|
btnThrow.Enabled = false;
|
||||||
|
MarkGrayAndDisable(row);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user