Сдал) всё изи

This commit is contained in:
Леонид Малафеев 2024-09-06 10:49:14 +04:00
parent 1ead8266cc
commit 6b8069c9d9
2 changed files with 2 additions and 5 deletions

View File

@ -23,7 +23,7 @@ namespace Controls
}
/// <summary>
/// Строка макет
/// Макет
/// </summary>
private string _templateString;

View File

@ -66,10 +66,7 @@ namespace Controls
{
textBoxNumber.Text = value;
}
else
{
throw new CustomNumberException(textBoxNumber.Text + " не соответствует шаблону!");
}
}
}