fix
This commit is contained in:
parent
b7ef886c3c
commit
1df675da5a
@ -31,7 +31,7 @@ namespace Controls
|
||||
/// <summary>
|
||||
/// Введенное значение
|
||||
/// </summary>
|
||||
public string? TextBoxValue
|
||||
public string? TextBoxNumber
|
||||
{
|
||||
get
|
||||
{
|
||||
@ -88,7 +88,7 @@ namespace Controls
|
||||
/// <summary>
|
||||
/// Смена значения
|
||||
/// </summary>
|
||||
private void CustomNumberBox_SelectedValueChanged(object sender, EventArgs e)
|
||||
private void CustomNumberBox_NumberChanged(object sender, EventArgs e)
|
||||
{
|
||||
_onValueChangedEvent?.Invoke(sender, e);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user