feature(BuildCalc) Added reset button, can change micro delay, and can alter timing interval again
This commit is contained in:
@@ -45,7 +45,8 @@
|
||||
[Parameter]
|
||||
public ButtonType ButtonType { get; set; } = default!;
|
||||
|
||||
private void ButtonClicked(EventArgs eventArgs) {
|
||||
private void ButtonClicked(EventArgs eventArgs)
|
||||
{
|
||||
OnClick.InvokeAsync(eventArgs);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user