Refactoring

This commit is contained in:
Мария 2024-04-04 23:28:01 +03:00
parent d3836d6cfc
commit a7ef4b0af7
3 changed files with 25 additions and 33 deletions

View file

@ -97,7 +97,7 @@ public class CaculatorController
{
if (_data.Caculated)
{
Clear(full: false);
Clear(full: true);
}
_data.Input = _inputService.TryInput(_data.Input + obj);