This commit is contained in:
ElEgEv 2023-09-27 13:00:47 +04:00
parent 0479020de6
commit 7cb9784d4f

View File

@ -51,7 +51,7 @@ namespace VisualComponentsForm
{ {
try try
{ {
labelCheckTwo.Text = myTextBox.TextBoxValue; labelCheckTwo.Text = myTextBox.TextBoxValue.ToString();
} }
catch (Exception ex) catch (Exception ex)
{ {