CustomTextBox Fix
This commit is contained in:
parent
8197103098
commit
3b73c69030
@ -68,10 +68,6 @@ namespace Components.VisualComponents
|
||||
{
|
||||
textBox.Text = value;
|
||||
}
|
||||
else
|
||||
{
|
||||
throw new InvalidInputException(textBox.Text);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user