From 3b73c69030b72b2b05305da58a06d98585d69aea Mon Sep 17 00:00:00 2001 From: Factorino73 Date: Fri, 6 Sep 2024 11:13:04 +0400 Subject: [PATCH] CustomTextBox Fix --- Components/Components/VisualComponents/CustomTextBox.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Components/Components/VisualComponents/CustomTextBox.cs b/Components/Components/VisualComponents/CustomTextBox.cs index c36773c..859ac19 100644 --- a/Components/Components/VisualComponents/CustomTextBox.cs +++ b/Components/Components/VisualComponents/CustomTextBox.cs @@ -68,10 +68,6 @@ namespace Components.VisualComponents { textBox.Text = value; } - else - { - throw new InvalidInputException(textBox.Text); - } } }