This commit is contained in:
parent 1d7d23e749
commit c2fd197628

View File

@ -68,10 +68,6 @@ namespace Components.VisualComponents
{ {
textBox.Text = value; textBox.Text = value;
} }
else
{
throw new InvalidInputException(textBox.Text);
}
} }
} }