CustomTextBox Fix

This commit is contained in:
parent 8197103098
commit 3b73c69030

View File

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